Skip to content

Commit

Permalink
rename use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissm79 committed Dec 12, 2016
1 parent b7931c7 commit 0490e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Schema/Registrars/DataLoaderRegistrar.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Nuwave\Lighthouse\Schema\Registrars;

use Nuwave\Lighthouse\Support\Traits\Container\SchemaClassRegistrar;
use Nuwave\Lighthouse\Support\Traits\Container\SchemaClassRegistrar as ClassRegistrar;

class DataLoaderRegistrar
{
use SchemaClassRegistrar;
use ClassRegistrar;

/**
* Add Data Loader to registrar.
Expand Down

0 comments on commit 0490e2f

Please sign in to comment.