mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
added resolving event.
This commit is contained in:
parent
14868a5fd5
commit
0a24189b0e
@ -129,6 +129,8 @@ class IoC {
|
||||
static::$singletons[$type] = $object;
|
||||
}
|
||||
|
||||
Event::fire('laravel.resolving', array($type, $object));
|
||||
|
||||
return $object;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user