diff --git a/src/Components/Tab.php b/src/Components/Tab.php index fe27a04..19cc70f 100644 --- a/src/Components/Tab.php +++ b/src/Components/Tab.php @@ -89,7 +89,7 @@ public function putState($key, $value = null, $default = null) abstract public function title(): string; - public function view(string $view): static + public function viewContract(string $view): static { $this->view = $view;