/** * (non-PHPdoc) * @see \Eccube\Controller\Admin\Content\NewsController::index() * @deprecated 3.1 delete. use NewsController * @param Application $app * @return \Symfony\Component\HttpFoundation\Response */ public function index(Application $app) { return parent::index($app); }
/** * (non-PHPdoc) * @see \Eccube\Controller\Admin\Content\NewsController::index() * @deprecated 3.1 delete. use NewsController * @param Application $app * @return \Symfony\Component\HttpFoundation\Response */ public function index(Application $app, Request $request = null) { return parent::index($app, $request); }