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.
2 parents 4150d71 + 83a17d5 commit a60e1ecCopy full SHA for a60e1ec
lib/Tmdb/Repository/CompanyRepository.php
@@ -69,7 +69,7 @@ public function getApi()
69
*/
70
public function getFactory()
71
{
72
- return new MovieFactory($this->getClient()->getHttpClient());
+ return new CompanyFactory($this->getClient()->getHttpClient());
73
}
74
75
/**
0 commit comments