feat: vallarx

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-10 00:10:00 -04:00
parent 9652fae814
commit 4e3ee9fb95
10 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class Module extends ModuleInstanceAbstract implements ModuleConsoleInterface, M
public function author(): string
{
return 'Ktrix';
return 'Vallarx';
}
public function description(): string
+1 -1
View File
@@ -78,7 +78,7 @@ class Server
$this->kernel()->boot();
$container = $this->container();
$console = new ConsoleApplication('Ktrix Console', Kernel::VERSION);
$console = new ConsoleApplication('Vallarx Console', Kernel::VERSION);
/** @var ModuleManager $moduleManager */
$moduleManager = $container->get(ModuleManager::class);