mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
change to include
This commit is contained in:
parent
54409c9f12
commit
473f762bd9
|
|
@ -82,7 +82,7 @@ final class Autoloader
|
|||
|
||||
foreach (self::$paths as $path) {
|
||||
if (\file_exists($file = $path . $class . '.php')) {
|
||||
include_once $file;
|
||||
include $file;
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user