mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-14 05:44:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
63b4efc028
commit
f7aaae07da
1 changed files with 1 additions and 1 deletions
|
|
@ -4,10 +4,10 @@ declare(strict_types=1);
|
|||
|
||||
namespace Stancl\Tenancy\Bootstrappers;
|
||||
|
||||
use Illuminate\Cache\CacheManager;
|
||||
use Illuminate\Config\Repository;
|
||||
use Stancl\Tenancy\Contracts\TenancyBootstrapper;
|
||||
use Stancl\Tenancy\Contracts\Tenant;
|
||||
use Illuminate\Cache\CacheManager;
|
||||
|
||||
class DatabaseCacheBootstrapper implements TenancyBootstrapper
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue