This commit is contained in:
Romain Neutron
2012-09-24 16:48:48 +02:00
parent 9dd1575dc9
commit 2a4bfa2a8a

View File

@@ -209,9 +209,11 @@ class Core extends \Pimple
return new \Symfony\Component\Filesystem\Filesystem();
});
$this['EM'] = $this->share(function($core){
$this['events-manager'] = $this->share(function($core){
$events = \eventsmanager_broker::getInstance(\appbox::get_instance($core), $core);
$events->start();
return $events;
});
$this['pdf-to-text'] = $this->share(function () use ($core) {