Skip to content

Commit ecacba9

Browse files
committed
chore: adjust framework name in console
1 parent e40f835 commit ecacba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/console/src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function __construct(
5151
protected EventDispatcherInterface $dispatcher,
5252
string $version
5353
) {
54-
parent::__construct('Hypervel', $version);
54+
parent::__construct('Hypervel Framework', $version);
5555

5656
if ($dispatcher instanceof EventDispatcher) {
5757
$this->setDispatcher($dispatcher);

0 commit comments

Comments
 (0)