Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
wangta69 committed Oct 15, 2024
1 parent 34bc0fb commit 646ffb4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
<?php

namespace Pondol\Bbs\Console;

use Illuminate\Console\Command;
use Illuminate\Support\Facades\Schema;
// use Illuminate\Filesystem\Filesystem;
// use Illuminate\Support\Str;
// use Symfony\Component\Process\PhpExecutableFinder;
// use Symfony\Component\Process\Process;

class InstallCommand extends Command
{
Expand Down Expand Up @@ -59,9 +53,8 @@ private function installLaravelBoard($type)
}

\Artisan::call('migrate');
$this->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.');
}

}

0 comments on commit 646ffb4

Please sign in to comment.