@@ -5,8 +5,8 @@ |
||
| 5 | 5 | * We want to make sure we load the correct autoloader |
| 6 | 6 | * where ever we are. |
| 7 | 7 | */ |
| 8 | -if (is_file(__DIR__ . '/../vendor/autoload.php')) { |
|
| 9 | - require_once __DIR__ . '/../vendor/autoload.php'; |
|
| 8 | +if (is_file(__DIR__.'/../vendor/autoload.php')) { |
|
| 9 | + require_once __DIR__.'/../vendor/autoload.php'; |
|
| 10 | 10 | } else { |
| 11 | - require_once __DIR__ . '/../../../autoload.php'; |
|
| 11 | + require_once __DIR__.'/../../../autoload.php'; |
|
| 12 | 12 | } |
| 13 | 13 | \ No newline at end of file |