Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Rogachev <arogachev90@gmail.com>
  • Loading branch information
vjik and arogachev authored Nov 5, 2024
1 parent c2cc06b commit 98cd88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ $container = new Container($config);

### Getting tagged services

Now you can get tagged services from the container in the following way:
You can get tagged services from the container in the following way:

```php
$container->get(\Yiisoft\Di\Reference\TagReference::makeId('car'));
Expand Down

0 comments on commit 98cd88d

Please sign in to comment.