From 4e22277c6966483a94984e0b63da1a921790372d Mon Sep 17 00:00:00 2001 From: RuthAdele Date: Fri, 25 Sep 2020 13:58:12 +0930 Subject: [PATCH] Add namespacing to YAML example --- docs/en/02_Developer_Guides/02_Controllers/02_Routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/02_Controllers/02_Routing.md b/docs/en/02_Developer_Guides/02_Controllers/02_Routing.md index ffa37f788..bec86bceb 100644 --- a/docs/en/02_Developer_Guides/02_Controllers/02_Routing.md +++ b/docs/en/02_Developer_Guides/02_Controllers/02_Routing.md @@ -256,7 +256,7 @@ class FeedController extends ContentController The YAML rule, in contrast, is simple. It needs to provide only enough information for the framework to choose the desired controller. ```yml -Director: +SilverStripe\Control\Director: rules: 'feed': 'FeedController' ```