Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Okipa committed Sep 12, 2020
1 parent f4aab04 commit 95137f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Notifications/JobsAreStuck.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ public function toMail(): MailMessage
'hour' => $this->stuckSince->format('H:i:s'),
]
))
->line('Please check your stuck jobs connecting to your server and executing the '
. '"php artisan queue:failed" command.');
->line((string) __('Please check your stuck jobs connecting to your server and executing the '
. '"php artisan queue:failed" command.'));
}

/**
Expand Down

0 comments on commit 95137f3

Please sign in to comment.