Skip to content

Commit

Permalink
Merge pull request #14 from ExoUNX/dev
Browse files Browse the repository at this point in the history
Fixing missing variable declaration
  • Loading branch information
Gaige Lama authored Sep 15, 2019
2 parents cb4b330 + 9de57d1 commit 11fbb42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ManifestBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ public function __construct()
private function buildAssets(array $mixManifest = [], array $vasriConfigAssets = []): array
{

$vasriManifest = [];

if ($this->isMixManifestEnabled && File::exists($this->mixManifestPath)) {

$this->loopManifest($mixManifest, $vasriManifest);
Expand Down

0 comments on commit 11fbb42

Please sign in to comment.