Starting actors populate
This commit is contained in:
13
src/Context/TMDB/MovieCreditsContext.php
Normal file
13
src/Context/TMDB/MovieCreditsContext.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Context\TMDB;
|
||||
|
||||
use App\Model\TMDB\TMDBActor;
|
||||
|
||||
class MovieCreditsContext
|
||||
{
|
||||
public function __construct(
|
||||
/** @var TMDBActor[] */
|
||||
public array $cast { get => $this->cast; },
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user