@@ -47,7 +47,7 @@ |
||
| 47 | 47 | */ |
| 48 | 48 | public static function scalars(array $datatypes, string $ns): array |
| 49 | 49 | { |
| 50 | - $graphql = [ "# File automatically generated by Modelarium\n" ]; |
|
| 50 | + $graphql = ["# File automatically generated by Modelarium\n"]; |
|
| 51 | 51 | |
| 52 | 52 | foreach ($datatypes as $name) { |
| 53 | 53 | $typeName = Str::studly($name); |