Skip to content

Commit 6784e0f

Browse files
michaeldyryndaStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 41c55e9 commit 6784e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/MakeUser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function handle()
4545
$sendReset = $this->confirm('Do you want to send a password reset email?');
4646

4747
while ($custom = $this->ask('Do you have any custom user fields to add? Field=Value (blank continues)', false)) {
48-
list($key, $value) = explode('=', $custom);
48+
[$key, $value] = explode('=', $custom);
4949
$this->customFields[$key] = value($value);
5050
}
5151

0 commit comments

Comments
 (0)