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