Skip to content

Commit dcb3432

Browse files
authored
Update README.md
1 parent 71649b3 commit dcb3432

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,8 @@ When no tag is provided and the size of services greater than one, Bindify will
9898
Resolve your bindings as usual through container:
9999

100100
```php
101-
// Single binding
102101
$service = app(ServiceContract::class);
103102

104-
// Tagged bindings
105103
$services = app()->tagged('primary');
106104
```
107105

0 commit comments

Comments
 (0)