Skip to content

Commit

Permalink
Minor fix for declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehizkia committed Jun 3, 2024
1 parent 67f1d71 commit 777c67e
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 777c67e

Please sign in to comment.