REBELinBLUE\Deployer\Console\Commands\ResetApp::resetDB PHP Метод

resetDB() защищенный Метод

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