hasViews = true; $this->viewNamespace = $namespace; return $this; } public function viewNamespace(): string { return $this->viewNamespace ?? $this->shortName(); } }