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,7 +2,7 @@
namespace App\Model\TMDB;
class TMDBActor
class TMDBMovieCredit
{
public function __construct(
public int $id { get => $this->id; },