Completed
Branch master (8e0976)
by Adam
04:13
created
app/Helpers/Helpers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
 
109 109
     if (!array_key_exists($path, $manifest)) {
110 110
         throw new Exception(
111
-            "Unable to locate webpack mix file: {$path}. Please check your ".
111
+            "Unable to locate webpack mix file: {$path}. Please check your " .
112 112
             'webpack.mix.js output paths and try again.'
113 113
         );
114 114
     }
Please login to merge, or discard this patch.