@@ -10,8 +10,6 @@ |
||
| 10 | 10 | |
| 11 | 11 | |
| 12 | 12 | use Youshido\GraphQL\Config\Schema\SchemaConfig; |
| 13 | -use Youshido\GraphQL\Type\Object\ObjectType; |
|
| 14 | -use Youshido\GraphQL\Type\TypeInterface; |
|
| 15 | 13 | |
| 16 | 14 | abstract class AbstractSchema |
| 17 | 15 | { |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | if (!is_array($types)) { |
| 25 | 25 | throw new \Exception('addTypes accept only array of types'); |
| 26 | 26 | } |
| 27 | - foreach($types as $type) { |
|
| 27 | + foreach ($types as $type) { |
|
| 28 | 28 | $this->addType($type); |
| 29 | 29 | } |
| 30 | 30 | return $this; |