mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Fix indention
This commit is contained in:
parent
3c466931c7
commit
cc22beab3e
|
|
@ -72,7 +72,7 @@ class Autoloader
|
|||
$class = str_replace(['_', '\\'], '/', $class);
|
||||
|
||||
foreach (self::$paths as $path) {
|
||||
if (file_exists($file = $path . $class . '.php')) {
|
||||
if (file_exists($file = $path . $class . '.php')) {
|
||||
include_once $file;
|
||||
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user