Introduce AddonLoader

This commit is contained in:
Philipp Holzer 2023-01-18 00:17:49 +01:00
commit 094b8c6875
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
141 changed files with 2920 additions and 3074 deletions

View file

@ -6,6 +6,6 @@ $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
);