Ejemplo n.º 1
0
 public function __construct($command)
 {
     parent::__construct($command);
     $this->schemaParser = new SchemaParser();
     $this->relationshipGenerator = new ModelRelationshipsGenerator();
 }
 public function __construct($command)
 {
     parent::__construct($command);
     $this->schemaParser = new SchemaParser();
 }