From f2b7b7f2aa34655c678777c10e1c765bb62f588e Mon Sep 17 00:00:00 2001 From: Micha Hobert Date: Thu, 7 Dec 2023 15:02:07 +0100 Subject: [PATCH] Remove list item (#1226) --- resources/guidelines/code/routing.md | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/guidelines/code/routing.md b/resources/guidelines/code/routing.md index 79325fc8f..74261a550 100644 --- a/resources/guidelines/code/routing.md +++ b/resources/guidelines/code/routing.md @@ -8,6 +8,5 @@ nav: # Routing * Storefront routes must always have the prefix `frontend` in the name. -* A route that should only be used by logged-in customers \(including guest accounts\) must have the `@LoginRequired` flag. * Every route must have the `Shopware\Core\Framework\Routing\Annotation\Since` annotation. * Each core route must have a schema defined under `src/Core/Framework/Api/ApiDefinition/Generator/Schema`.