LazyRecord\Command\DiffCommand::brief PHP Method

brief() public method

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