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 64b0086 commit b8556a8Copy full SHA for b8556a8
src/Models/MailatorSchedule.php
@@ -77,6 +77,7 @@ public function getTable()
77
public const FREQUENCY_OPTIONS_MANUAL = 'manual';
78
79
protected $fillable = [
80
+ 'name',
81
'action',
82
'recipients',
83
'mailable_class',
0 commit comments