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 57d8099 commit b3d4dbbCopy full SHA for b3d4dbb
README.md
@@ -19,7 +19,7 @@ If you want to learn more about all that PHP-DI can offer [have a look at its in
19
20
### Controllers as services
21
22
-While you controllers can be simple closures, you can also **write them as classes and have PHP-DI instantiate them only when they are called**:
+While your controllers can be simple closures, you can also **write them as classes and have PHP-DI instantiate them only when they are called**:
23
24
```php
25
class UserController
0 commit comments