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

Commit bee3577

Browse files
committed
Added import command.
1 parent 718c876 commit bee3577

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/AdldapAuthServiceProvider.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace Adldap\Laravel;
44

5+
use Adldap\Laravel\Commands\Import;
56
use Illuminate\Contracts\Hashing\Hasher;
67
use Illuminate\Support\Facades\Auth;
78
use Illuminate\Support\ServiceProvider;
@@ -39,6 +40,8 @@ public function boot()
3940
return $this->newAdldapAuthUserProvider($app['hash'], $app['config']['auth.model']);
4041
});
4142
}
43+
44+
$this->commands([Import::class]);
4245
}
4346

4447
/**

0 commit comments

Comments
 (0)