From baf3902ab999945ea830bd7a9f3d6bb0e9632caf Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 29 Apr 2015 19:17:07 +0200 Subject: [PATCH] fix import --- developer_manual/app/controllers.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/app/controllers.rst b/developer_manual/app/controllers.rst index e58100ae8..8c706b516 100644 --- a/developer_manual/app/controllers.rst +++ b/developer_manual/app/controllers.rst @@ -288,6 +288,7 @@ Cookies can be set or modified directly on the response class: use DateTime; use OCP\AppFramework\Controller; + use OCP\AppFramework\Http\TemplateResponse; use OCP\IRequest; class BakeryController extends Controller {