forked from clone/flarum-ext-redis-setup
conventions
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of glowingblue/redis-setup.
|
* This file is part of glowingblue/redis-setup.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2021 Ian Morland.
|
* Copyright (c) 2022 Glowing Blue AG.
|
||||||
|
* Authors: Ian Morland, iPurpl3x, Rafael Horvat.
|
||||||
*
|
*
|
||||||
* For the full copyright and license information, please view the LICENSE.md
|
* For the full copyright and license information, please view the LICENSE.md
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of glowingblue/redis-setup-inactive.
|
* This file is part of glowingblue/redis-setup.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2022 Glowing Blue AG.
|
* Copyright (c) 2022 Glowing Blue AG.
|
||||||
* Authors: Ian Morland, iPurpl3x, Rafael Horvat.
|
* Authors: Ian Morland, iPurpl3x, Rafael Horvat.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of glowingblue/redis-setup-inactive.
|
* This file is part of glowingblue/redis-setup.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2022 Glowing Blue AG.
|
* Copyright (c) 2022 Glowing Blue AG.
|
||||||
* Authors: Rafael Horvat.
|
* Authors: Rafael Horvat.
|
||||||
|
|||||||
@@ -1,5 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of glowingblue/redis-setup.
|
||||||
|
*
|
||||||
|
* Copyright (c) 2022 Glowing Blue AG.
|
||||||
|
* Authors: Ian Morland, iPurpl3x, Rafael Horvat.
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE.md
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace GlowingBlue\RedisSetup\Extend;
|
namespace GlowingBlue\RedisSetup\Extend;
|
||||||
|
|
||||||
use Blomstra\Redis\Extend\Redis;
|
use Blomstra\Redis\Extend\Redis;
|
||||||
|
|||||||
@@ -1,5 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of glowingblue/redis-setup.
|
||||||
|
*
|
||||||
|
* Copyright (c) 2022 Glowing Blue AG.
|
||||||
|
* Authors: iPurpl3x, Ian Morland, Rafael Horvat.
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE.md
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace GlowingBlue\RedisSetup\Provider;
|
namespace GlowingBlue\RedisSetup\Provider;
|
||||||
|
|
||||||
use Flarum\Extend\Frontend;
|
use Flarum\Extend\Frontend;
|
||||||
|
|||||||
Reference in New Issue
Block a user