Skip to content

Commit b8556a8

Browse files
committed
Name fillable.
1 parent 64b0086 commit b8556a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Models/MailatorSchedule.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function getTable()
7777
public const FREQUENCY_OPTIONS_MANUAL = 'manual';
7878

7979
protected $fillable = [
80+
'name',
8081
'action',
8182
'recipients',
8283
'mailable_class',

0 commit comments

Comments
 (0)