Address failure when only running selected redis services

This commit is contained in:
Ian Morland
2021-07-01 21:23:57 +01:00
parent ed83a0123d
commit 68a5cafdfc
5 changed files with 594 additions and 581 deletions

View File

@@ -21,8 +21,8 @@ return [
new Extend\Locales(__DIR__.'/resources/locale'),
new EnableRedis(),
(new Extend\ServiceProvider())
->register(QueueProvider::class),
new EnableRedis()
];