added resolving event.
This commit is contained in:
parent
14868a5fd5
commit
0a24189b0e
|
@ -129,6 +129,8 @@ public static function resolve($type, $parameters = array())
|
|||
static::$singletons[$type] = $object;
|
||||
}
|
||||
|
||||
Event::fire('laravel.resolving', array($type, $object));
|
||||
|
||||
return $object;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue