Skip to content

Commit 1039d0f

Browse files
Merge pull request #69 from eduardoribeirodev/refactor-resolveActions-method
refactor: add isMounting parameter to resolveActions method to match filament4.4 structure
2 parents b26c9b3 + 2dff6d2 commit 1039d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BoardResourcePage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ abstract class BoardResourcePage extends Page implements HasActions, HasBoard, H
4141
*
4242
* @throws \Filament\Actions\Exceptions\ActionNotResolvableException
4343
*/
44-
protected function resolveActions(array $actions): array
44+
protected function resolveActions(array $actions, bool $isMounting = true): array
4545
{
4646
$resolvedActions = [];
4747

0 commit comments

Comments
 (0)