remove invalid cache header (#722)

This commit is contained in:
Kevin Papst
2019-04-24 18:14:08 +02:00
committed by GitHub
parent 460391136f
commit 28801bf1ea
3 changed files with 0 additions and 4 deletions

View File

@@ -41,7 +41,6 @@ class ActivityController extends AbstractController
/**
* @Route(path="/", defaults={"page": 1}, name="admin_activity", methods={"GET"})
* @Route(path="/page/{page}", requirements={"page": "[1-9]\d*"}, name="admin_activity_paginated", methods={"GET"})
* @Cache(smaxage="10")
* @Security("is_granted('view_activity')")
*
* @param int $page