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

View File

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