Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
Chris Berthe
2012-06-18 12:38:59 -04:00
9 changed files with 22 additions and 7 deletions

View File

@@ -129,6 +129,8 @@ class IoC {
static::$singletons[$type] = $object;
}
Event::fire('laravel.resolving', array($type, $object));
return $object;
}