Skip to content

Commit d21008e

Browse files
committed
1 parent 2751795 commit d21008e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Actions/Action.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function getPluralModelLabel(): string
6363
return $this->getCustomPluralModelLabel() ?? $this->getTree()->getPluralModelLabel();
6464
}
6565

66-
public function getModel(): string
66+
public function getModel(bool $withDefault = true): string
6767
{
6868
return $this->getCustomModel() ?? $this->getLivewire()->getModel();
6969
}

0 commit comments

Comments
 (0)