PMC-882 Make the necessary changes in the core according to the "Laravel" upgrade guide (From v5.6.30 to v5.7)

This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-06-26 13:56:49 -04:00
committed by Julio Cesar Laura Avendaño
parent 9953c196c9
commit 2d87cec8dd
3 changed files with 929 additions and 354 deletions

View File

@@ -20,6 +20,7 @@ return [
Illuminate\Queue\QueueServiceProvider::class,
Illuminate\Translation\TranslationServiceProvider::class,
Laravel\Tinker\TinkerServiceProvider::class,
Illuminate\Notifications\NotificationServiceProvider::class,
],
'aliases' => [