Skip to content

Commit

Permalink
Merge pull request #32 from moufmouf/cleanup_code_use_statements
Browse files Browse the repository at this point in the history
Cleanup generated abstract from unused RegistryInterface
  • Loading branch information
moufmouf committed Apr 3, 2019
2 parents 4ac47ac + 276b39c commit 594cb7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GraphQLTypeAnnotator.php
Expand Up @@ -267,7 +267,6 @@ private function generateAbstractTypeFile(BeanDescriptorInterface $beanDescripto
<?php
namespace {$this->generatedNamespace};
use TheCodingMachine\GraphQLite\Registry\RegistryInterface;
use TheCodingMachine\GraphQLite\Annotations\ExtendType;
use TheCodingMachine\Tdbm\GraphQL\Field;
use TheCodingMachine\Tdbm\GraphQL\TdbmObjectType;
Expand Down

0 comments on commit 594cb7c

Please sign in to comment.