Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/ZF2-233' of https://github.com/EvanDotPro/zf2 in…
Browse files Browse the repository at this point in the history
…to hotfix/zf2-233
  • Loading branch information
weierophinney committed Jun 14, 2012
13 parents 1b97191 + d2649e3 + f0162d1 + 6f01416 + a2b3753 + 1786961 + d157fcb + 4444c37 + 192d20c + 811122b + 3a2cf9b + eb2029b + e610886 commit 409b768
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/View.php
Expand Up @@ -23,7 +23,6 @@
use Zend\EventManager\EventManagerInterface,
Zend\EventManager\EventManager,
Zend\EventManager\EventManagerAwareInterface,
Zend\EventManager\EventsCapableInterface,
Zend\Mvc\MvcEvent,
Zend\Stdlib\RequestInterface as Request,
Zend\Stdlib\ResponseInterface as Response,
Expand All @@ -37,7 +36,7 @@
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class View implements EventManagerAwareInterface, EventsCapableInterface
class View implements EventManagerAwareInterface
{
/**
* @var EventManagerInterface
Expand Down

0 comments on commit 409b768

Please sign in to comment.