Generate grid

This commit is contained in:
thibaud-leclere
2026-01-31 16:17:24 +01:00
parent 1ebf8b99b3
commit a196fac6c6
10 changed files with 158 additions and 40 deletions

View File

@@ -2,12 +2,12 @@
namespace App\Context\TMDB;
use App\Model\TMDB\TMDBActor;
use App\Model\TMDB\TMDBMovieCredit;
class MovieCreditsContext
{
public function __construct(
/** @var TMDBActor[] */
/** @var TMDBMovieCredit[] */
public array $cast { get => $this->cast; },
) {}
}