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

Commit 2eaae08

Browse files
committed
Added missing import in example scope
1 parent 62de4ff commit 2eaae08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/auth/importing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ The custom scope:
116116
namespace App\Scopes;
117117

118118
use Illuminate\Support\Str;
119+
use Adldap\Laravel\Facades\Resolver;
119120
use Adldap\Laravel\Commands\UserImportScope as BaseScope;
120121

121122
class LdapUserImportScope extends BaseScope

0 commit comments

Comments
 (0)