@@ -20,7 +20,7 @@ |
||
20 | 20 | * |
21 | 21 | * @return void |
22 | 22 | */ |
23 | -spl_autoload_register(function ($class) { |
|
23 | +spl_autoload_register(function($class) { |
|
24 | 24 | // project-specific namespace prefix |
25 | 25 | $prefix = 'Maztech\\'; |
26 | 26 |