From 084d4d844c55f589b9b3c9666e6798ca4a03b6a8 Mon Sep 17 00:00:00 2001 From: Kai Dederichs Date: Tue, 30 Apr 2024 10:16:19 +0200 Subject: [PATCH] Add enable_link_security --- core/subresources.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/core/subresources.md b/core/subresources.md index 47bd7de2cd0..97f4ab995e0 100644 --- a/core/subresources.md +++ b/core/subresources.md @@ -339,7 +339,7 @@ In order to use Symfony's built-in security system on subresources the security To restrict the access to a subresource based on the parent object simply use the Symfony expression language as you would do normally, with the exception that the name defined in `toProperty` or `fromProperty` is used to access the object. -Alternatively you can also use the `securityObjectName` to set a custom name +Alternatively you can also use the `securityObjectName` to set a custom name. ```php