We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83b82f3 + 2bb749f commit 11ad653Copy full SHA for 11ad653
src/Schemas/Schema.php
@@ -12,6 +12,7 @@ class Schema
12
13
public function __construct(string $schema)
14
{
15
+ $schema = str_replace(', ', ',', $schema);
16
$this->parseSchemaFields($this->getSchemaFieldsFromSchemaString($schema));
17
}
18
0 commit comments