Skip to content

Commit 6d13b4c

Browse files
committed
wip
1 parent 9233c5b commit 6d13b4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Form/Field.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,9 +1088,9 @@ public function placeholder($placeholder = ''): self
10881088
/**
10891089
* Get placeholder.
10901090
*
1091-
* @return string
1091+
* @return mixed
10921092
*/
1093-
public function getPlaceholder(): string
1093+
public function getPlaceholder()
10941094
{
10951095
return $this->placeholder ?: trans('admin.input').' '.$this->label;
10961096
}

0 commit comments

Comments
 (0)