LazyRecord\Command\SchemaCommand\BuildCommand::arguments PHP Method

arguments() public method

public arguments ( $args )
    public function arguments($args)
    {
        $args->add('file')->isa('file');
    }