Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Carlino committed Feb 2, 2021
1 parent b1f3390 commit 0b45c2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Config/ModelConfiguration.php
Expand Up @@ -3,10 +3,7 @@
namespace SilverStripe\GraphQL\Config;

use SilverStripe\Core\ClassInfo;
use SilverStripe\Core\Injector\Injectable;
use SilverStripe\GraphQL\Schema\Exception\SchemaBuilderException;
use SilverStripe\GraphQL\Schema\Interfaces\ModelConfigurationProvider;
use SilverStripe\GraphQL\Schema\Registry\SchemaModelCreatorRegistry;
use SilverStripe\GraphQL\Schema\Schema;

class ModelConfiguration extends AbstractConfiguration
Expand Down

0 comments on commit 0b45c2e

Please sign in to comment.