|
@@ -13,7 +13,12 @@ use Symfony\Component\Security\Core\Security;
|
|
|
class FilmManager {
|
|
|
protected $user;
|
|
|
|
|
|
- public function __construct(protected EntityManagerInterface $em, protected UniciteCollections $uc, protected CommentaireManager $cm, Security $security)
|
|
|
+ public function __construct(
|
|
|
+ protected EntityManagerInterface $em,
|
|
|
+ protected UniciteCollections $uc,
|
|
|
+ protected CommentaireManager $cm,
|
|
|
+ Security $security
|
|
|
+ )
|
|
|
{
|
|
|
$this->user = $security->getUser();
|
|
|
}
|