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 2374e09 + 6a0c1e8 commit 3736bddCopy full SHA for 3736bdd
README.md
@@ -140,7 +140,7 @@ class WelcomeController extends Controller {
140
}
141
```
142
The `Configuration` used by the `Tmdb\Helper\ImageHelper` is automatically loaded by the IoC container.
143
-If you are a Laravel 5.1 (currently not released) user you could also use the blade's new `@inject` functionality,
+If you are a Laravel 5.1 user you could also use the blade's `@inject` functionality,
144
145
@inject('image', 'Tmdb\Helper\ImageHelper')
146
0 commit comments