We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40f835 commit ecacba9Copy full SHA for ecacba9
src/console/src/Application.php
@@ -51,7 +51,7 @@ public function __construct(
51
protected EventDispatcherInterface $dispatcher,
52
string $version
53
) {
54
- parent::__construct('Hypervel', $version);
+ parent::__construct('Hypervel Framework', $version);
55
56
if ($dispatcher instanceof EventDispatcher) {
57
$this->setDispatcher($dispatcher);
0 commit comments