Skip to content

Commit

Permalink
Update Validate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
iszsw authored and yunwuxin committed Jan 12, 2023
1 parent cf7e262 commit 2058be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/route/Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
final class Validate
{
public function __construct(
public string $value,
public mixed $value,
public array $message = [],
public bool $batch = true,
public ?string $scene = null
Expand Down

0 comments on commit 2058be8

Please sign in to comment.