mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:54:03 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
760817529e
commit
29c8d5dab4
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ Route::get('/your/application/homepage', function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! \is_dir(database_path('migrations/tenant'))) {
|
if (! \is_dir(database_path('migrations/tenant'))) {
|
||||||
mkdir(database_path('migrations/tenant'));
|
\mkdir(database_path('migrations/tenant'));
|
||||||
$this->info('✔️ Created database/migrations/tenant folder.');
|
$this->info('✔️ Created database/migrations/tenant folder.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue