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

Commit b1a0450

Browse files
committed
Merge pull request #229 from svycka/patch-2
Remove Zend\Version no longer makes sense anymore
2 parents 9a02b4f + dccb0a7 commit b1a0450

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/View/Console/RouteNotFoundStrategy.php

Lines changed: 1 addition & 2 deletions
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)