appName = self::APP_NAME; } public function register(IRegistrationContext $context): void { } public function boot(IBootContext $context): void { Util::addStyle($this->appName, 'unround'); } }