diff --git a/src/Commands/Install.php b/src/Commands/Install.php index 141f2bc8..d05495b3 100644 --- a/src/Commands/Install.php +++ b/src/Commands/Install.php @@ -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.'); }