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

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2022-10-14 12:23:36 +00:00
parent 18e2025457
commit 49169f3dc1

View file

@ -5,7 +5,6 @@ declare(strict_types=1);
namespace Stancl\Tenancy\Commands;
use Illuminate\Database\Console\Migrations\FreshCommand;
use Stancl\Tenancy\Database\Contracts\TenantWithDatabase;
class MigrateFreshOverride extends FreshCommand
{