We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b097b6c commit a303d66Copy full SHA for a303d66
laravel/event.php
@@ -151,6 +151,8 @@ public static function flush($queue)
151
// We will simply spin through each payload registered for the event and
152
// fire the flusher, passing each payloads as we go. This allows all
153
// the events on the queue to be processed by the flusher easily.
154
+ if ( ! isset(static::$queued[$queue])) continue;
155
+
156
foreach (static::$queued[$queue] as $key => $payload)
157
{
158
array_unshift($payload, $key);
0 commit comments