Skip to content

Commit

Permalink
using use Zend\Http\PhpEnvironment\Request;
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 12, 2016
1 parent 7b23994 commit cd97d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -7,7 +7,7 @@
use Kahlan\Plugin\Quit;
use Kahlan\QuitException;
use Zend\Console\Console;
use Zend\Http\Request;
use Zend\Http\PhpEnvironment\Request;
use Zend\Mvc\Application;

describe('Integration via ErrorPreviewController for XmlHttpRequest', function () {
Expand Down
2 changes: 1 addition & 1 deletion src/Listener/Mvc.php
Expand Up @@ -6,7 +6,7 @@
use Zend\Console\Console;
use Zend\EventManager\AbstractListenerAggregate;
use Zend\EventManager\EventManagerInterface;
use Zend\Http\Request;
use Zend\Http\PhpEnvironment\Request;
use Zend\Mvc\MvcEvent;
use Zend\Text\Table;
use Zend\View\Model\ViewModel;
Expand Down

0 comments on commit cd97d30

Please sign in to comment.