-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Description
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
| Q | A |
|---|---|
| Version | 4.0 |
Reactions are currently unavailable