mirror of
https://github.com/glowingblue/flarum-ext-redis-setup.git
synced 2026-03-22 06:57:45 +01:00
Conventions & code formating
This commit is contained in:
@@ -17,9 +17,9 @@ use GlowingBlue\RedisSetup\Provider\QueueProvider;
|
||||
|
||||
return [
|
||||
(new Extend\Frontend('admin'))
|
||||
->js(__DIR__.'/js/dist/admin.js'),
|
||||
->js(__DIR__ . '/js/dist/admin.js'),
|
||||
|
||||
new Extend\Locales(__DIR__.'/resources/locale'),
|
||||
new Extend\Locales(__DIR__ . '/resources/locale'),
|
||||
|
||||
new GBExtend\EnableRedis(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user