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 cf7e262 commit 2058be8Copy full SHA for 2058be8
src/route/Validate.php
@@ -8,7 +8,7 @@
8
final class Validate
9
{
10
public function __construct(
11
- public string $value,
+ public mixed $value,
12
public array $message = [],
13
public bool $batch = true,
14
public ?string $scene = null
0 commit comments