PMC-929 Add the required changes to the core in order to enable the Queues

This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-07-05 12:06:31 -04:00
parent d4c81fe47f
commit ff6e8ae9e8
2 changed files with 88 additions and 0 deletions

View File

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