Skip to content

Commit 1b59c8d

Browse files
Update Schedule.php
1 parent 98ed96d commit 1b59c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/Schedule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class Schedule extends Model
103103
*/
104104
public static $validationRules = [
105105
'server_id' => 'required|exists:servers,id',
106-
'name' => 'nullable|string|max:75',
106+
'name' => 'nullable|string|max:255',
107107
'cron_day_of_week' => 'required|string',
108108
'cron_day_of_month' => 'required|string',
109109
'cron_hour' => 'required|string',

0 commit comments

Comments
 (0)