diff --git a/src/Illuminate/Foundation/helpers.php b/src/Illuminate/Foundation/helpers.php index 84f0ee6d219c..4bcc5479ba3e 100644 --- a/src/Illuminate/Foundation/helpers.php +++ b/src/Illuminate/Foundation/helpers.php @@ -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;