Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 75844cb

Browse files
committed
Merge branch 'hotfix/130'
Close #130
2 parents 74dfe53 + 7fa0085 commit 75844cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Header/Bcc.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111

1212
class Bcc extends AbstractAddressList
1313
{
14+
/**
15+
* @var string
16+
*/
1417
protected $fieldName = 'Bcc';
18+
19+
/**
20+
* @var string
21+
*/
1522
protected static $type = 'bcc';
1623
}

0 commit comments

Comments
 (0)