Revert "Convert Config to a singleton (#16349)" (#16382)

This reverts commit f1e7a218f0.
This commit is contained in:
Jellyfrog
2024-09-10 09:59:20 +02:00
committed by GitHub
parent f1e7a218f0
commit 77fa7573cf
16 changed files with 470 additions and 713 deletions

View File

@@ -211,7 +211,6 @@ return [
'PluginManager' => \App\Facades\PluginManager::class,
'Rrd' => \App\Facades\Rrd::class,
'SnmpQuery' => \App\Facades\FacadeAccessorSnmp::class,
'LibrenmsConfig' => \App\Facades\LibrenmsConfig::class,
])->forget([
'Http', // don't use Laravel Http facade, LibreNMS has its own wrapper
])->toArray(),