Skip to content

Commit

Permalink
Merge pull request #2 from dwainscheeren/patch-1
Browse files Browse the repository at this point in the history
fix view contract method for latest laravel versions
  • Loading branch information
vildanbina authored Mar 20, 2023
2 parents d5967fa + b56e415 commit 240fd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Tab.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 240fd4a

Please sign in to comment.