We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c797f0 commit d5af888Copy full SHA for d5af888
lib/Tmdb/Model/Movie.php
@@ -245,6 +245,7 @@ public function __construct()
245
$this->alternativeTitles = new GenericCollection();
246
$this->changes = new GenericCollection();
247
$this->credits = new CreditsCollection();
248
+ $this->externalIds = new ExternalIds();
249
$this->images = new Images();
250
$this->keywords = new GenericCollection();
251
$this->lists = new GenericCollection();
0 commit comments