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

Commit dccb0a7

Browse files
authored
Remove Zend\Version no longer makes sense anymore
1 parent 9b705d5 commit dccb0a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/View/Console/RouteNotFoundStrategy.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
use Zend\Stdlib\ResponseInterface as Response;
2626
use Zend\Stdlib\StringUtils;
2727
use Zend\Text\Table;
28-
use Zend\Version\Version;
2928
use Zend\View\Model\ConsoleModel;
3029

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

210209
/*

0 commit comments

Comments
 (0)