diff --git a/src/Commands/Install.php b/src/Commands/Install.php index 136a190e..0d3bd834 100644 --- a/src/Commands/Install.php +++ b/src/Commands/Install.php @@ -79,7 +79,7 @@ Route::get('/app', function () { '--provider' => 'Stancl\Tenancy\TenancyServiceProvider', '--tag' => 'migrations', ]); - $this->info('✔️ Created migrations.'); + $this->info('✔️ Created migrations. Remember to run [php artisan migrate]!'); } if (! is_dir(database_path('migrations/tenant'))) {