Skip to content

Commit

Permalink
Update AssetFiles.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Sep 23, 2020
1 parent 0dd54e9 commit b721671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AssetFiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static function get($path)
->notName('mix-manifest.json')
->notName('*.php')
->ignoreVcs(true)
->ignoreDotFiles(!Manifest::dotFilesAsAssets())
->ignoreDotFiles(! Manifest::dotFilesAsAssets())
->sortByName();
}

Expand Down

0 comments on commit b721671

Please sign in to comment.