We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32de85f commit 0787cfcCopy full SHA for 0787cfc
src/Base/Filament/Actions/Concerns/CreateContentActionTrait.php
@@ -94,12 +94,12 @@ public function documentTypeTitleUsing(Closure $callback): static
94
return $this;
95
}
96
97
- public function getParentContentKey(): null | Closure | string | int
+ public function getParentContentKey(): null | string | int
98
{
99
return $this->evaluate($this->parentContentKey);
100
101
102
- public function getParentDocumentType(): null | Closure | string | int | Model
+ public function getParentDocumentType(): null | string | int | Model
103
104
return $this->evaluate($this->parentDocumentType);
105
0 commit comments