Browse Source

Don't compile service providers by default.

Taylor Otwell 10 years ago
parent
commit
111fdeba8f
1 changed files with 1 additions and 5 deletions
  1. 1 5
      config/compile.php

+ 1 - 5
config/compile.php

@@ -14,11 +14,7 @@ return [
     */
 
     'files' => [
-
-        realpath(__DIR__.'/../app/Providers/AppServiceProvider.php'),
-        realpath(__DIR__.'/../app/Providers/EventServiceProvider.php'),
-        realpath(__DIR__.'/../app/Providers/RouteServiceProvider.php'),
-
+        //
     ],
 
     /*