Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
arif98741 committed Nov 11, 2020
2 parents 746b609 + 4933653 commit 7c5ded4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/Key.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
use Dotenv\Dotenv;

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

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


Expand Down

0 comments on commit 7c5ded4

Please sign in to comment.