Skip to content

Commit 14f79f1

Browse files
authored
Merge pull request laravel#3855 from BartHuis/patch-1
give newbees a package service providers section, preventing adding after application
2 parents f242112 + 936addc commit 14f79f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/app.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@
149149
Illuminate\Translation\TranslationServiceProvider::class,
150150
Illuminate\Validation\ValidationServiceProvider::class,
151151
Illuminate\View\ViewServiceProvider::class,
152+
153+
/*
154+
* Package Service Providers...
155+
*/
156+
152157

153158
/*
154159
* Application Service Providers...

0 commit comments

Comments
 (0)