Commit 0a24189b by Taylor Otwell

added resolving event.

parent 14868a5f
......@@ -129,6 +129,8 @@ class IoC {
static::$singletons[$type] = $object;
}
Event::fire('laravel.resolving', array($type, $object));
return $object;
}
......
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