mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:34:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
fa00fc7a28
commit
c9ba569e49
1 changed files with 4 additions and 4 deletions
|
|
@ -5,15 +5,15 @@ declare(strict_types=1);
|
|||
namespace Stancl\Tenancy;
|
||||
|
||||
use Illuminate\Cache\ApcStore;
|
||||
use Illuminate\Cache\FileStore;
|
||||
use Illuminate\Cache\NullStore;
|
||||
use Illuminate\Cache\ApcWrapper;
|
||||
use Illuminate\Cache\ArrayStore;
|
||||
use Illuminate\Cache\CacheManager as BaseCacheManager;
|
||||
use Illuminate\Cache\FileStore;
|
||||
use Illuminate\Cache\MemcachedStore;
|
||||
use Illuminate\Cache\NullStore;
|
||||
use Illuminate\Cache\RedisStore;
|
||||
use Illuminate\Cache\Repository;
|
||||
use Illuminate\Cache\MemcachedStore;
|
||||
use Illuminate\Contracts\Cache\Store;
|
||||
use Illuminate\Cache\CacheManager as BaseCacheManager;
|
||||
|
||||
// todo move to Cache namespace?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue