From bee45aa468a8b823667f0be32f661fb38dbe874f Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 18 Jan 2019 11:28:53 +0100 Subject: [PATCH] remove Symfony 2.8 versionadded directive --- routing/custom_route_loader.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/routing/custom_route_loader.rst b/routing/custom_route_loader.rst index b2620762f89..abc749ba5be 100644 --- a/routing/custom_route_loader.rst +++ b/routing/custom_route_loader.rst @@ -62,10 +62,6 @@ containing :class:`Symfony\\Component\\Routing\\Route` objects. Loading Routes with a Custom Service ------------------------------------ -.. versionadded:: 2.8 - - The option to load routes using Symfony services was introduced in Symfony 2.8. - Using a regular Symfony service is the simplest way to load routes in a customized way. It's much easier than creating a full custom route loader, so you should always consider this option first.