Skip to content
Snippets Groups Projects
Commit 33749b8a authored by Jan Kuchař's avatar Jan Kuchař
Browse files

Update README.md

parent c0072518
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ Split your app dependency injection container into well-defined scopes and enfor
## Example
You have *model* where you want to expose access **only to** few facades. So you export them from *model* container into *app* container and the *app* then can **only access** those exported services. This means that *app* can no longer ignore ACL or directly access database.
You have *model* where you want to expose access **only to** few facades. So you export them from *model* container into *app* container and the *app* then can **only access** those exported services. This means that *app* can no longer ignore ACL rules or directly access database.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment