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

Commit

Permalink
Remove Zend\Version no longer makes sense anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
svycka authored Apr 7, 2017
1 parent 9b705d5 commit dccb0a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/View/Console/RouteNotFoundStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\StringUtils;
use Zend\Text\Table;
use Zend\Version\Version;
use Zend\View\Model\ConsoleModel;

class RouteNotFoundStrategy extends AbstractListenerAggregate
Expand Down Expand Up @@ -204,7 +203,7 @@ protected function getConsoleBanner(ConsoleAdapter $console, ModuleManagerInterf
* Handle an application with no defined banners
*/
if (!count($banners)) {
return sprintf("Zend Framework %s application\nUsage:\n", Version::VERSION);
return "Zend Framework application\nUsage:\n";
}

/*
Expand Down

0 comments on commit dccb0a7

Please sign in to comment.