LazyRecord\Command\DiffCommand::brief PHP Метод

brief() публичный Метод

public brief ( )
    public function brief()
    {
        return 'Compare the defined schemas with the tables in database.';
    }
DiffCommand