Skip to content

Commit 0787cfc

Browse files
authored
Fix typo
1 parent 32de85f commit 0787cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Base/Filament/Actions/Concerns/CreateContentActionTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ public function documentTypeTitleUsing(Closure $callback): static
9494
return $this;
9595
}
9696

97-
public function getParentContentKey(): null | Closure | string | int
97+
public function getParentContentKey(): null | string | int
9898
{
9999
return $this->evaluate($this->parentContentKey);
100100
}
101101

102-
public function getParentDocumentType(): null | Closure | string | int | Model
102+
public function getParentDocumentType(): null | string | int | Model
103103
{
104104
return $this->evaluate($this->parentDocumentType);
105105
}

0 commit comments

Comments
 (0)