REBELinBLUE\Deployer\Console\Commands\ResetApp::resetDB PHP Method

resetDB() protected method

Resets the database.
protected resetDB ( )
    protected function resetDB()
    {
        $this->info('Resetting the database');
        $this->line('');
        $this->call('migrate:reset', ['--force' => true]);
        $this->line('');
    }