Generate grid
This commit is contained in:
@@ -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; },
|
||||
) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user