mirror of
https://github.com/archtechx/tenancy.git
synced 2026-03-22 08:34:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
f8512886a0
commit
4b6fa22aa7
2 changed files with 3 additions and 2 deletions
|
|
@ -50,7 +50,8 @@ class TenantDump extends DumpCommand
|
|||
|
||||
if ($prune) {
|
||||
(new Filesystem)->deleteDirectory(
|
||||
database_path('migrations/tenant'), preserve: true
|
||||
database_path('migrations/tenant'),
|
||||
preserve: true
|
||||
);
|
||||
|
||||
$this->components->info('Tenant migrations pruned.');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue