This commit is contained in:
Ian Morland
2021-07-05 14:12:08 +01:00
parent 68af330669
commit 3284a36926
2 changed files with 6 additions and 17 deletions

View File

@@ -12,7 +12,7 @@
namespace GlowingBlue\RedisSetup;
use Flarum\Extend;
use GlowingBlue\RedisSetup\Extend\EnableRedis;
use GlowingBlue\RedisSetup\Extend as GBExtend;
use GlowingBlue\RedisSetup\Provider\QueueProvider;
return [
@@ -21,7 +21,7 @@ return [
new Extend\Locales(__DIR__.'/resources/locale'),
new EnableRedis(),
new GBExtend\EnableRedis(),
(new Extend\ServiceProvider())
->register(QueueProvider::class),