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

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2023-01-31 07:13:35 +00:00
parent 62a2ed163c
commit a4aa499269

View file

@ -5,7 +5,6 @@ declare(strict_types=1);
namespace Stancl\Tenancy; namespace Stancl\Tenancy;
use Illuminate\Cache\CacheManager as BaseCacheManager; use Illuminate\Cache\CacheManager as BaseCacheManager;
use Illuminate\Cache\Repository;
// todo move to Cache namespace? // todo move to Cache namespace?