Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
arif98741 committed Nov 11, 2020
1 parent 25b3163 commit 35eb8f3
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 @@ -19,7 +19,7 @@
use Dotenv\Dotenv;

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


Expand Down

0 comments on commit 35eb8f3

Please sign in to comment.