@@ -356,7 +356,7 @@ |
||
356 | 356 | if (class_exists($className, false) || interface_exists($className, false)) |
357 | 357 | return; |
358 | 358 | |
359 | - if(file_exists($path)) { |
|
359 | + if (file_exists($path)) { |
|
360 | 360 | include_once($path); |
361 | 361 | if (!class_exists($className, false) && !interface_exists($className, false)) { |
362 | 362 | class_alias($namespace, $className); |