Skip to content

Commit

Permalink
change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
arif98741 committed Nov 11, 2020
1 parent 4933653 commit a95fc20
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 a95fc20

Please sign in to comment.