Skip to content

Commit f8fe784

Browse files
committed
tweak event queue.
1 parent 314f25b commit f8fe784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/event.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static function override($event, $callback)
7676
* @param mixed $data
7777
* @return void
7878
*/
79-
public static function queue($queue, $key, $data)
79+
public static function queue($queue, $key, $data = array())
8080
{
8181
static::$queued[$queue][$key] = $data;
8282
}

0 commit comments

Comments
 (0)