Skip to content

Commit

Permalink
change .env path for release
Browse files Browse the repository at this point in the history
  • Loading branch information
arif98741 committed Nov 11, 2020
1 parent a8313d3 commit 37690ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Key.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

use Dotenv\Dotenv;

define('ABSPATH', __DIR__ . '/../../');
define('ABSPATH', __DIR__ . '/../../../../../');

$dotenv = Dotenv::createImmutable(ABSPATH);
$dotenv->load();
Expand Down

0 comments on commit 37690ab

Please sign in to comment.