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

Commit 5b15913

Browse files
committed
Allow calling the import command via artisan
- #711
1 parent 6fd12cd commit 5b15913

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/AdldapAuthServiceProvider.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ public function boot()
3636
$this->publishes([
3737
$config => config_path('ldap_auth.php'),
3838
]);
39-
40-
// Register the import command.
41-
$this->commands(Import::class);
4239
}
40+
41+
// Register the import command.
42+
$this->commands(Import::class);
4343
}
4444

4545
/**

0 commit comments

Comments
 (0)