Skip to content

Commit

Permalink
Merge pull request #5 from SchoppAx/call-dotenv-construct
Browse files Browse the repository at this point in the history
🪲 Fix repository is null by calling methods from dotenv
  • Loading branch information
motdotla authored Nov 4, 2023
2 parents 471fe74 + e6145d1 commit 5495799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DotenvVault.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public function __construct(
$this->loader = $loader;
$this->repository = $repository;
$this->paths = $paths;
parent::__construct($store, $parser, $loader, $repository);
}

/**
Expand Down

0 comments on commit 5495799

Please sign in to comment.