added resolving event.
This commit is contained in:
@@ -129,6 +129,8 @@ class IoC {
|
||||
static::$singletons[$type] = $object;
|
||||
}
|
||||
|
||||
Event::fire('laravel.resolving', array($type, $object));
|
||||
|
||||
return $object;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user