@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | include_once __DIR__ . '/vendor/autoload.php'; |
3 | -if (!is_file(__DIR__. '/clusterpoint.php')) { |
|
4 | - copy(__DIR__. '/clusterpoint-example.php', __DIR__. '/clusterpoint.php'); |
|
3 | +if (!is_file(__DIR__ . '/clusterpoint.php')) { |
|
4 | + copy(__DIR__ . '/clusterpoint-example.php', __DIR__ . '/clusterpoint.php'); |
|
5 | 5 | } |
6 | -if (is_file(__DIR__. '/.env')) { |
|
6 | +if (is_file(__DIR__ . '/.env')) { |
|
7 | 7 | $dotenv = new Dotenv\Dotenv(__DIR__); |
8 | 8 | $dotenv->load(); |
9 | 9 | } |