| @@ -1,6 +1,6 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | |
| 3 | -if (!($loader = @include __DIR__.'/../vendor/autoload.php')) { | |
| 3 | +if (!($loader = @include __DIR__ . '/../vendor/autoload.php')) { | |
| 4 | 4 | echo 'You need to install the project dependencies using Composer'; | 
| 5 | 5 | exit(1); | 
| 6 | 6 | } |