Skip to content

Commit 3fcd649

Browse files
authored
Merge pull request #4 from hypervel/chore/adjust-framework-name
chore: adjust framework name in console
2 parents 03cc1a5 + ecacba9 commit 3fcd649

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)