Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
  • Loading branch information
sampoyigi committed Sep 13, 2022
1 parent 2c1f30d commit 5bf7b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/system/traits/CombinesAssets.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ protected function prepareAssets(array $assets)
return $this->getAssetPath($path);
}, $assets);

return $assets;
return array_filter($assets);
}

protected function prepareCombiner(array $assets, $targetPath = null)
Expand Down

0 comments on commit 5bf7b4e

Please sign in to comment.