X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FAutoLoader.php;h=52410fede871b1c5d78b3c36e79304d732fe95f1;hb=766b71ef7f65ac1866341782e7235ee5b0c55648;hp=675e347b0d4b9e44f22edfdc994ebb095419a50d;hpb=6ef64d6a1dc6091f38f9eedd1e60b02a690707cd;p=lhc%2Fweb%2Fwiklou.git 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' ] );