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 98ed96d commit 1b59c8dCopy full SHA for 1b59c8d
app/Models/Schedule.php
@@ -103,7 +103,7 @@ class Schedule extends Model
103
*/
104
public static $validationRules = [
105
'server_id' => 'required|exists:servers,id',
106
- 'name' => 'nullable|string|max:75',
+ 'name' => 'nullable|string|max:255',
107
'cron_day_of_week' => 'required|string',
108
'cron_day_of_month' => 'required|string',
109
'cron_hour' => 'required|string',
0 commit comments