Commit 111fdeba authored by Taylor Otwell's avatar Taylor Otwell

Don't compile service providers by default.

parent 2040080f
...@@ -14,11 +14,7 @@ return [ ...@@ -14,11 +14,7 @@ return [
*/ */
'files' => [ 'files' => [
//
realpath(__DIR__.'/../app/Providers/AppServiceProvider.php'),
realpath(__DIR__.'/../app/Providers/EventServiceProvider.php'),
realpath(__DIR__.'/../app/Providers/RouteServiceProvider.php'),
], ],
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment