Skip to content

Commit

Permalink
dox
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed May 11, 2020
1 parent 246e488 commit f5cbf88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ $repoGenie->provide('my-system-service');
> Normally you want to wire your dependencies when building your app's DI container.
You now have means to allow a service
on-demand access to services of a certain type without injecting them all.
on-demand access to services of a certain type without injecting them all.\
This particular use-case breaks IoC, though.
```php
new RepositoryUser($repoGenie);

Expand Down

0 comments on commit f5cbf88

Please sign in to comment.