diff --git a/src/AdldapServiceProvider.php b/src/AdldapServiceProvider.php index e344753..46eb321 100644 --- a/src/AdldapServiceProvider.php +++ b/src/AdldapServiceProvider.php @@ -6,7 +6,6 @@ use Adldap\Connections\Provider; use Adldap\Contracts\AdldapInterface; use Adldap\Contracts\Connections\ConnectionInterface; -use Adldap\Contracts\Schemas\SchemaInterface; use Adldap\Laravel\Exceptions\ConfigurationMissingException; use Adldap\Schemas\Schema; use Illuminate\Contracts\Foundation\Application;