diff --git a/Service/InertiaInterface.php b/Service/InertiaInterface.php index 40ba1b2..f4584ba 100644 --- a/Service/InertiaInterface.php +++ b/Service/InertiaInterface.php @@ -52,9 +52,6 @@ public function context(string $key, $value = null): void; */ public function getContext(string $key = null); - /** - * @return string - */ public function getVersion(): ?string; public function setRootView(string $rootView): void;