From c98adbc0f1d22a3cc5a659d316b02da2a4669093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 14 Feb 2018 09:11:29 +0100 Subject: [PATCH] Custom route loader: remove a ref to Symfony SE --- routing/custom_route_loader.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/custom_route_loader.rst b/routing/custom_route_loader.rst index bc259e1cb20..5b50d887b26 100644 --- a/routing/custom_route_loader.rst +++ b/routing/custom_route_loader.rst @@ -36,7 +36,7 @@ and therefore have two important methods: :method:`Symfony\\Component\\Config\\Loader\\LoaderInterface::supports` and :method:`Symfony\\Component\\Config\\Loader\\LoaderInterface::load`. -Take these lines from the ``routes.yaml`` in the Symfony Standard Edition: +Take these lines from the ``routes.yaml``: .. code-block:: yaml