Remove a nonsense TODO from Web.php

TODOs for replacing Zend classes are unnecessary.
This commit is contained in:
Eric Lippmann 2015-03-11 22:06:23 +01:00
parent c54648244e
commit a835cad31f
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ class Web extends ApplicationBootstrap
*/
private function setupZendMvc()
{
// TODO: Replace Zend_Application:
Zend_Layout::startMvc(
array(
'layout' => 'layout',