Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 6062461

Browse files
committed
Added binding to Adldap contract
1 parent c8e341b commit 6062461

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/AdldapServiceProvider.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ public function register()
4848

4949
return new Adldap($config['connection_settings'], new $config['connection'], $config['auto_connect']);
5050
});
51+
52+
// Bind the Adldap contract to the Adldap implementation
53+
$this->app->bind('Adldap\Contracts\Adldap', 'Adldap\Adldap');
5154
}
5255

5356
/**

0 commit comments

Comments
 (0)