Commit f8fe7843 authored by Taylor Otwell's avatar Taylor Otwell

tweak event queue.

parent 314f25bd
...@@ -76,7 +76,7 @@ class Event { ...@@ -76,7 +76,7 @@ class Event {
* @param mixed $data * @param mixed $data
* @return void * @return void
*/ */
public static function queue($queue, $key, $data) public static function queue($queue, $key, $data = array())
{ {
static::$queued[$queue][$key] = $data; static::$queued[$queue][$key] = $data;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment