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 69e9f21 commit 7fcae19Copy full SHA for 7fcae19
README.md
@@ -113,7 +113,7 @@ use Tmdb\Repository\MovieRepository;
113
class WelcomeController extends Controller {
114
115
private $movies;
116
- private $helepr;
+ private $helper;
117
118
public function __construct(MovieRepository $movies, ImageHelper $helper)
119
{
@@ -173,4 +173,4 @@ class TmdbServiceProvider extends ServiceProvider {
173
}
174
```
175
176
-**For all all other interactions take a look at [php-tmdb/api](https://github.com/php-tmdb/api).**
+**For all all other interactions take a look at [php-tmdb/api](https://github.com/php-tmdb/api).**
0 commit comments