朱金辉 преди 3 години
родител
ревизия
f4f1bfdeb5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;
     }
     /**