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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-08-17 14:33:59 +00:00 committed by StyleCI Bot
parent 760817529e
commit 29c8d5dab4

View file

@ -74,7 +74,7 @@ Route::get('/your/application/homepage', function () {
}
if (! \is_dir(database_path('migrations/tenant'))) {
mkdir(database_path('migrations/tenant'));
\mkdir(database_path('migrations/tenant'));
$this->info('✔️ Created database/migrations/tenant folder.');
}