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

Commit d23c635

Browse files
committed
Removed unused command argument
1 parent fe1ddb2 commit d23c635

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Commands/Console/Import.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class Import extends Command
2121
*/
2222
protected $signature = 'adldap:import {user? : The specific user to import.}
2323
{--f|filter= : The raw filter for limiting users imported.}
24-
{--c|connection= : The LDAP connection to use to import users.}
2524
{--d|delete : Soft-delete the users model if their LDAP account is disabled.}
2625
{--r|restore : Restores soft-deleted models if their LDAP account is enabled.}
2726
{--no-log : Disables logging successful and unsuccessful imported users.}';

0 commit comments

Comments
 (0)