Skip to content

Commit fc3b3ab

Browse files
change name of func
1 parent 77a07d9 commit fc3b3ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Helpers/functions.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
use Effectra\LaravelEmail\Enums\EmailTypeEnum;
55

66

7-
if (!function_exists('defaultEmailMEssageData')) {
7+
if (!function_exists('defaultEmailMessageData')) {
88
/**
9+
* get default Email model attributes
910
* @return array{attachments: array, bcc: null, cc: null, replay_to: null, sended_at: null, template_id: null, type: EmailTypeEnum}
1011
*/
11-
function defaultEmailMEssageData(): array
12+
function defaultEmailMessageData(): array
1213
{
1314
return EmailMessageService::defaultData();
1415
}

0 commit comments

Comments
 (0)