@@ -7,7 +7,7 @@ |
||
| 7 | 7 | * For the full copyright and license information, please view the LICENSE |
| 8 | 8 | * file that was distributed with this source code. |
| 9 | 9 | */ |
| 10 | -if (!($loader = @include __DIR__ . '/../vendor/autoload.php')) { |
|
| 10 | +if (!($loader = @include __DIR__.'/../vendor/autoload.php')) { |
|
| 11 | 11 | echo <<<EOT |
| 12 | 12 | You need to install the project dependencies using Composer: |
| 13 | 13 | $ wget http://getcomposer.org/composer.phar |