Skip to content

Commit

Permalink
Merge pull request #12 from marcoboers/fix/compatibility-filament-update
Browse files Browse the repository at this point in the history
Fix compatibility with latest filament versions
  • Loading branch information
wychoong authored Jul 28, 2022
2 parents b735e2f + d94a1b2 commit b22c2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Concerns/HasActionButtons.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ protected function cacheButtons(): void
->toArray();
}

protected function getCachedAction(string $name): ?Action
public function getCachedAction(string $name): ?Action
{
return $this->getCachedButtons()[$name] ?? parent::getCachedAction($name);
}
Expand Down

0 comments on commit b22c2ca

Please sign in to comment.