@@ -20,7 +20,7 @@ |
||
20 | 20 | foreach (TypeMap::getScalarTypes() as $typeName) { |
21 | 21 | $typeName = ucfirst($typeName); |
22 | 22 | if ($typeName == 'Datetime') { |
23 | - $className = 'Youshido\GraphQL\Type\Scalar\DateTimeType';// : ; |
|
23 | + $className = 'Youshido\GraphQL\Type\Scalar\DateTimeType'; // : ; |
|
24 | 24 | } elseif ($typeName == 'Datetimetz') { |
25 | 25 | $className = 'Youshido\GraphQL\Type\Scalar\DateTimeTzType'; |
26 | 26 | } else { |