mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
2.x - databases
This commit is contained in:
@ -52,7 +52,7 @@ private function validate(array $input): void
|
||||
Validator::make($input, [
|
||||
'custom' => [
|
||||
'required',
|
||||
new CronRule(),
|
||||
new CronRule,
|
||||
],
|
||||
])->validate();
|
||||
}
|
||||
|
Reference in New Issue
Block a user