Skip to content

Commit

Permalink
quick fix env file DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Amin-Cheribet committed Apr 16, 2022
1 parent 6ce5a3a commit 4b57967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phinx.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// load our environment files - used to store credentials & configuration
$dotENV = Dotenv\Dotenv::createUnsafeImmutable(__DIR__ . '/../');
$dotENV = Dotenv\Dotenv::createUnsafeImmutable(__DIR__);
$dotENV->load();

return
Expand Down

0 comments on commit 4b57967

Please sign in to comment.