From 156f7e759058202973568b9081ac3b8dffabe890 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 15 Nov 2017 08:45:32 +0100 Subject: [PATCH] remove useless annotation routing config changes --- page_creation.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/page_creation.rst b/page_creation.rst index b2e219c3b1c..53cf8a93edf 100644 --- a/page_creation.rst +++ b/page_creation.rst @@ -99,15 +99,6 @@ routes. First, install the annotations package: $ composer require annotations -Then, in ``config/routes.yaml``, remove the route you just created and uncomment -the annotation route import at the bottom: - -.. code-block:: yaml - - controllers: - resource: ../src/Controller/ - type: annotation - After this one-time setup, you can now add your route directly *above* the controller: .. code-block:: diff