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

Commit 7ff05c9

Browse files
committed
wip
1 parent 9a30639 commit 7ff05c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/UiCommand.php

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

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

0 commit comments

Comments
 (0)