Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
arif98741 committed Nov 11, 2020
2 parents 7c5ded4 + a95fc20 commit 5c06187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/Key.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

use Dotenv\Dotenv;

define('ABSPATH', __DIR__ . '/../../../../../');
$dotenv = Dotenv::create(ABSPATH);
define('NAGAD_ABSPATH', __DIR__ . '/../../../../../');
$dotenv = Dotenv::create(NAGAD_ABSPATH);
$dotenv->load();


Expand Down

0 comments on commit 5c06187

Please sign in to comment.