Skip to content

Commit

Permalink
Apply fixes from StyleCI (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Sep 23, 2020
1 parent b721671 commit d074951
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 d074951

Please sign in to comment.