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

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2022-12-12 16:25:57 +00:00
parent 35a3412011
commit bc70a2fab8

View file

@ -4,8 +4,8 @@ declare(strict_types=1);
namespace Stancl\Tenancy;
use Illuminate\Support\Facades\Cache;
use Illuminate\Cache\CacheManager as BaseCacheManager;
use Illuminate\Support\Facades\Cache;
// todo move to Cache namespace?