Nwidart\Modules\Commands\MigrationCommand::getSchemaParser PHP Method

getSchemaParser() public method

Get schema parser.
public getSchemaParser ( ) : SchemaParser
return Nwidart\Modules\Support\Migrations\SchemaParser
    public function getSchemaParser()
    {
        return new SchemaParser($this->option('fields'));
    }