@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * Based on the standard PSR-4 autoloader: |
| 10 | 10 | * https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader-examples.md |
| 11 | 11 | */ |
| 12 | -spl_autoload_register(function ($class) { |
|
| 12 | +spl_autoload_register(function($class) { |
|
| 13 | 13 | |
| 14 | 14 | // project-specific namespace prefix |
| 15 | 15 | $prefix = 'DirkGroenen\\Pinterest\\'; |