From 955ade901bce2beb2a06ca20ad38638cf89685cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vieilledent?= Date: Tue, 13 Jan 2015 16:59:06 +0100 Subject: [PATCH] EZP-23868: Added upgrade documentation --- doc/upgrade/6.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/upgrade/6.0.md b/doc/upgrade/6.0.md index a1a8f57a2f9..5cbbf22facf 100644 --- a/doc/upgrade/6.0.md +++ b/doc/upgrade/6.0.md @@ -37,3 +37,6 @@ ezpublish: ez_publish_legacy: legacy_aware_routes: ["my_route"] ``` + +## Miscellaneous +* If you used `getLegacyKernel()` shorthand method, ensure you make your controller extend `eZ\Bundle\EzPublishLegacyBundle\Controller`.