Skip to content

Commit 0dc9d84

Browse files
Fix style
1 parent a78aa12 commit 0dc9d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/Console/RetryCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ protected function refreshRetryUntil($payload)
136136

137137
if (Str::startsWith($payload['data']['command'], 'O:')) {
138138
$instance = unserialize($payload['data']['command']);
139-
} else if (app()->bound(Encrypter::class)) {
139+
} elseif (app()->bound(Encrypter::class)) {
140140
$instance = unserialize(app()->make(Encrypter::class)->decrypt($payload['data']['command']));
141141
}
142142

0 commit comments

Comments
 (0)