ignore reset
This commit is contained in:
@@ -88,6 +88,12 @@ class CreateDatabase extends Command
|
|||||||
*/
|
*/
|
||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
|
/*if ($this->option('reset')) {
|
||||||
|
if(!$this->confirm('The "reset" option will destroy the database, are you sure?')) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}*/
|
||||||
|
|
||||||
$this->info('Using connection "'.config('database.default').'"');
|
$this->info('Using connection "'.config('database.default').'"');
|
||||||
|
|
||||||
$conn = config('database.default');
|
$conn = config('database.default');
|
||||||
|
|||||||
Reference in New Issue
Block a user