@@ -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 | die(<<<EOT |
5 | 5 | You need to install the project dependencies using Composer: |
6 | 6 | $ wget http://getcomposer.org/composer.phar |