Browse Source

Remove _configClass from Email

Marlin Cremers 10 years ago
parent
commit
6d3b771f38
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/Mailer/Email.php

+ 0 - 7
src/Mailer/Email.php

@@ -316,13 +316,6 @@ class Email implements JsonSerializable, Serializable
     protected $_emailPattern = self::EMAIL_PATTERN;
 
     /**
-     * The class name used for email configuration.
-     *
-     * @var string
-     */
-    protected $_configClass = 'EmailConfig';
-
-    /**
      * Constructor
      *
      * @param array|string|null $config Array of configs, or string to load configs from email.php