Skip to content

Commit

Permalink
Merge pull request #44 from kenepa/bug-fix-declaration
Browse files Browse the repository at this point in the history
Minor fix for declaration
  • Loading branch information
Jehizkia authored Jun 3, 2024
2 parents e0b93a6 + 777c67e commit e45fd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/Pages/Concerns/UsesSimpleResourceLock.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function bootUsesSimpleResourceLock(): void
]);
}

public function mountTableAction(string $name, ?string $record = null): mixed
public function mountTableAction(string $name, ?string $record = null, array $arguments = []): mixed
{
parent::mountTableAction($name, $record);
$this->resourceRecord = $this->getMountedTableActionRecord();
Expand Down

0 comments on commit e45fd0e

Please sign in to comment.