Adldap\Laravel\Commands\Import::getArguments PHP Method

getArguments() public method

Get the console command arguments.
public getArguments ( ) : array
return array
    public function getArguments()
    {
        return [['user', InputArgument::OPTIONAL, 'The specific user to import using ANR.']];
    }