Explorar el Código

Update autoloader

朱金辉 hace 3 años
padre
commit
f4f1bfdeb5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Autoloader/Psr4.php

+ 1 - 1
src/Autoloader/Psr4.php

@@ -79,7 +79,7 @@ class Psr4
      */
     public function register()
     {
-        spl_autoload_register(array($this, 'loadFileByClass'), true, true);
+        spl_autoload_register(array($this, 'loadFileByClass'));
         return $this;
     }
     /**