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