LazyRecord\Command\DbCommand\RecreateCommand::brief PHP Method

brief() public method

public brief ( )
    public function brief()
    {
        return 're-create database bases on the current config.';
    }
RecreateCommand