From bf0cb82a8990d99a0ed504c2fa6684b1c59c9d7e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 20 Aug 2017 08:46:53 -0500 Subject: [PATCH] formatting --- src/Illuminate/Foundation/helpers.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;