Skip to content

Commit 240fd4a

Browse files
authored
Merge pull request #2 from dwainscheeren/patch-1
fix view contract method for latest laravel versions
2 parents d5967fa + b56e415 commit 240fd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Tab.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function putState($key, $value = null, $default = null)
8989

9090
abstract public function title(): string;
9191

92-
public function view(string $view): static
92+
public function viewContract(string $view): static
9393
{
9494
$this->view = $view;
9595

0 commit comments

Comments
 (0)