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 4cb1b49 commit 83a17d5Copy full SHA for 83a17d5
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