Completed
Pull Request — master (#4)
by
unknown
02:16
created
src/Checks/Laravel/Production/OptimizedClassLoaderExists.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -22,10 +22,10 @@
 block discarded – undo
22 22
     public function perform()
23 23
     {
24 24
         if (
25
-            !   file_exists($this->app->getCachedConfigPath()) ||
26
-            !   file_exists($this->app->getCachedPackagesPath()) ||
27
-            !   file_exists($this->app->getCachedRoutesPath()) ||
28
-            !   file_exists($this->app->getCachedServicesPath())
25
+            !file_exists($this->app->getCachedConfigPath()) ||
26
+            !file_exists($this->app->getCachedPackagesPath()) ||
27
+            !file_exists($this->app->getCachedRoutesPath()) ||
28
+            !file_exists($this->app->getCachedServicesPath())
29 29
         ) {
30 30
             return $this->fail("Run 'php artisan optimize'");
31 31
         }
Please login to merge, or discard this patch.