1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-14 01:24:05 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
github-actions[bot] 2025-01-13 10:56:33 +00:00
parent 63b4efc028
commit f7aaae07da

View file

@ -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
{