From 14798267b493322254afb85ed367a972bcb8c0ea Mon Sep 17 00:00:00 2001 From: Michael Babker Date: Wed, 24 Jul 2024 19:07:37 -0500 Subject: [PATCH] Update doc/attributes.md Co-authored-by: Javier Spagnoletti --- doc/attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/attributes.md b/doc/attributes.md index c7aa0c4c70..9aa79dc223 100644 --- a/doc/attributes.md +++ b/doc/attributes.md @@ -554,7 +554,7 @@ class Article #### `#[Gedmo\Mapping\Annotation\SlugHandlerOption]` > [!WARNING] -> The `SlugHandlerOption` attribute is deprecated and will be removed in 4.0. Using this attribute is not supported, and instead, the options can be configured directly in the `SlugHandler` attribute's **options** parameter. +> The `SlugHandlerOption` attribute is deprecated and will be removed in 4.0. Using this attribute is not supported, and instead, the options should be configured directly in the `SlugHandler` attribute's **options** parameter. ### Soft Deleteable Extension