added prefix to source
This commit is contained in:
@ -90,7 +90,7 @@ class EmailTemplates extends Seeder
|
||||
'name' => $template['name'],
|
||||
'subject' => trans('email_templates.' . $template['alias'] . '.subject'),
|
||||
'body' => trans('email_templates.' . $template['alias'] . '.body'),
|
||||
'created_from' => 'seed',
|
||||
'created_from' => 'core::seed',
|
||||
]));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user