1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-06-20 22:54:05 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
github-actions[bot] 2026-06-09 07:03:00 +00:00
parent 565bc41bf3
commit 7972da5475

View file

@ -6,7 +6,6 @@ namespace Stancl\Tenancy\Bootstrappers;
use Exception;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Schema;
use RuntimeException;
use Stancl\Tenancy\Contracts\TenancyBootstrapper;
use Stancl\Tenancy\Contracts\Tenant;