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

Commit

Permalink
Merge branch 'hotfix/130'
Browse files Browse the repository at this point in the history
Close #130
  • Loading branch information
weierophinney committed Feb 14, 2017
2 parents 74dfe53 + 7fa0085 commit 75844cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Header/Bcc.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@

class Bcc extends AbstractAddressList
{
/**
* @var string
*/
protected $fieldName = 'Bcc';

/**
* @var string
*/
protected static $type = 'bcc';
}

0 comments on commit 75844cb

Please sign in to comment.