Question
Hello, following the controller part from orphanage doc, i'm trying to acces to the OrphanageManager :
$manager = $this->get('oneup_uploader.orphanage_manager')->get('gallery');
However, $this->get('') not existing on AbstractController on Symfony6, and I cannot use DependencyInjection with Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager
How can I call the manager with S6 ?
Thnaks
Question
Hello, following the controller part from orphanage doc, i'm trying to acces to the OrphanageManager :
$manager = $this->get('oneup_uploader.orphanage_manager')->get('gallery');However,
$this->get('')not existing on AbstractController on Symfony6, and I cannot use DependencyInjection withOneup\UploaderBundle\Uploader\Orphanage\OrphanageManagerHow can I call the manager with S6 ?
Thnaks