Commit f8fe7843 by Taylor Otwell

tweak event queue.

parent 314f25bd
......@@ -76,7 +76,7 @@ class Event {
* @param mixed $data
* @return void
*/
public static function queue($queue, $key, $data)
public static function queue($queue, $key, $data = array())
{
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