@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -spl_autoload_register(function ($class) { |
|
3 | +spl_autoload_register(function($class) { |
|
4 | 4 | static $prefix = 'Vanderlee\\Comprehend\\'; |
5 | 5 | if (stripos($class, $prefix) === 0) { |
6 | 6 | $file = __DIR__ . DIRECTORY_SEPARATOR . str_ireplace($prefix, '', $class) . '.php'; |