Remove a nonsense TODO from Web.php
TODOs for replacing Zend classes are unnecessary.
This commit is contained in:
parent
c54648244e
commit
a835cad31f
|
@ -159,7 +159,6 @@ class Web extends ApplicationBootstrap
|
|||
*/
|
||||
private function setupZendMvc()
|
||||
{
|
||||
// TODO: Replace Zend_Application:
|
||||
Zend_Layout::startMvc(
|
||||
array(
|
||||
'layout' => 'layout',
|
||||
|
|
Loading…
Reference in New Issue