Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 20, 2017
1 parent 5b0d3e8 commit bf0cb82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Illuminate/Foundation/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,7 @@ function mix($path, $manifestDirectory = '')
$manifest = $manifests[$manifestPath];

if (! isset($manifest[$path])) {
report(new Exception("Unable to locate Mix file: {$path}. Please check your ".
'webpack.mix.js output paths and try again.'));
report(new Exception("Unable to locate Mix file: {$path}."));

if (! app('config')->get('app.debug')) {
return $path;
Expand Down

0 comments on commit bf0cb82

Please sign in to comment.