Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit ff72506

Browse files
committed
wip
1 parent 7ff05c9 commit ff72506

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/UiCommand.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ public function handle()
4444
$this->{$this->argument('type')}();
4545

4646
if ($this->option('auth')) {
47-
$this->call('ui:auth', [
48-
'type' => $this->argument('type')
49-
]);
47+
$this->call('ui:auth');
5048
}
5149
}
5250

0 commit comments

Comments
 (0)