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

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2024-04-03 17:47:00 +00:00
parent 6f4b9dadf1
commit 47364007aa

View file

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace Stancl\Tenancy\Commands;
use Laravel\Tinker\Console\TinkerCommand as BaseTinker;