@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -require __DIR__ . "/../vendor/autoload.php"; |
|
3 | +require __DIR__."/../vendor/autoload.php"; |
|
4 | 4 | |
5 | 5 | use Dotenv\Dotenv; |
6 | 6 | use Radar\Adr\Boot; |
7 | 7 | use Zend\Diactoros\Response; |
8 | 8 | use Zend\Diactoros\ServerRequestFactory; |
9 | 9 | |
10 | -$dotenvPath = __DIR__ . "/.."; |
|
11 | -if (file_exists($dotenvPath . "/.env")) { |
|
10 | +$dotenvPath = __DIR__."/.."; |
|
11 | +if (file_exists($dotenvPath."/.env")) { |
|
12 | 12 | $dotenv = new Dotenv($dotenvPath); |
13 | 13 | $dotenv->load(); |
14 | 14 | } |