Skip to content

Commit

Permalink
Fixing missing variable declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Gaige Lama <glama@alphatech-computing.com>
  • Loading branch information
Gaige Lama committed Sep 15, 2019
1 parent 2bc89c0 commit 9de57d1
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 9de57d1

Please sign in to comment.