We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28418c3 commit addd40bCopy full SHA for addd40b
app/Listeners/ProcessCompletedSpeedtest.php
@@ -104,7 +104,7 @@ private function notifyDispatchingUser(Result $result): void
104
*/
105
private function notifyMailChannels(Result $result): void
106
{
107
- if (empty($result->dispatched_by) || ! $result->healthy) {
+ if (filled($result->dispatched_by) || ! $result->healthy) {
108
return;
109
}
110
0 commit comments