@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -spl_autoload_register(function ($class) { |
|
3 | +spl_autoload_register(function($class) { |
|
4 | 4 | $prefix = 'HelePartnerSyncApi\\'; |
5 | 5 | $baseDir = __DIR__ . '/src/'; |
6 | 6 |