From 646ffb4625c730224e3c565f4af0576b67388f20 Mon Sep 17 00:00:00 2001 From: younghyeong ryu Date: Tue, 15 Oct 2024 18:06:15 +0900 Subject: [PATCH] t --- src/Console/InstallCommand.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Console/InstallCommand.php b/src/Console/InstallCommand.php index b6ffaf8..d4942a6 100644 --- a/src/Console/InstallCommand.php +++ b/src/Console/InstallCommand.php @@ -1,13 +1,7 @@ info("The pondol's laravel board installed successfully."); + $this->info("The pondol's laravel bbs installed successfully."); - // $this->comment('Please execute the "php artisan migrate" commands to build market database.'); } }