Browse Source

Update autoloader

朱金辉 3 năm trước cách đây
mục cha
commit
f4f1bfdeb5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
     }
     /**