X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FAutoLoader.php;h=52410fede871b1c5d78b3c36e79304d732fe95f1;hp=675e347b0d4b9e44f22edfdc994ebb095419a50d;hb=08edb27f6ce31c676660a4ef89b87da79bde2cc2;hpb=6bd1e23f4a281b05e6c171653a715c394aac36d6 diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 675e347b0d..52410fede8 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -133,5 +133,5 @@ class AutoLoader { } } -Autoloader::$psr4Namespaces = AutoLoader::getAutoloadNamespaces(); +AutoLoader::$psr4Namespaces = AutoLoader::getAutoloadNamespaces(); spl_autoload_register( [ 'AutoLoader', 'autoload' ] );