Skip to content

Commit 050b4a8

Browse files
author
Admin
committed
Fix type declaration
1 parent 8e6df38 commit 050b4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/ValidationServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected function registerValidationFactory(): void
4848
*
4949
* @var string
5050
*/
51-
protected static string $placeholderHash;
51+
protected static $placeholderHash;
5252

5353
public function __construct(
5454
Translator $translator,

0 commit comments

Comments
 (0)