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

Update README.md

parent c0072518
Branches
Tags
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.
Please register or to comment