@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | |
| 4 | -spl_autoload_register(function ($class) { |
|
| 4 | +spl_autoload_register(function($class) { |
|
| 5 | 5 | $prefix = 'Rico\\'; |
| 6 | 6 | |
| 7 | 7 | $length = mb_strlen($prefix); |