Browse Source

Correction phpdoc

Sangfroid 4 days ago
parent
commit
095dff7b6a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/Dto/FilmDto.php

+ 3 - 0
src/Dto/FilmDto.php

@@ -2,6 +2,9 @@
 
 namespace App\Dto;
 
+use App\Entity\Genre;
+use App\Entity\Realisateur;
+
 class FilmDto
 {
     /**