Skip to content

Commit

Permalink
Apply fixes from StyleCI (laravel#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored May 10, 2019
1 parent b626b47 commit 844b160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/KeysCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function handle(RSA $rsa)
{
$keys = $rsa->createKey($this->input ? (int) $this->option('length') : 4096);

list($publicKey, $privateKey) = [
[$publicKey, $privateKey] = [
Passport::keyPath('oauth-public.key'),
Passport::keyPath('oauth-private.key'),
];
Expand Down

0 comments on commit 844b160

Please sign in to comment.