mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user