Skip to content

Commit d5af888

Browse files
committed
Init externalIds in Movie model
1 parent 5c797f0 commit d5af888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Tmdb/Model/Movie.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ public function __construct()
245245
$this->alternativeTitles = new GenericCollection();
246246
$this->changes = new GenericCollection();
247247
$this->credits = new CreditsCollection();
248+
$this->externalIds = new ExternalIds();
248249
$this->images = new Images();
249250
$this->keywords = new GenericCollection();
250251
$this->lists = new GenericCollection();

0 commit comments

Comments
 (0)