diff --git a/src/Transport/FileOptions.php b/src/Transport/FileOptions.php index 467374d8..34d4e203 100644 --- a/src/Transport/FileOptions.php +++ b/src/Transport/FileOptions.php @@ -22,7 +22,7 @@ namespace Zend\Mail\Transport; use Zend\Mail\Exception, - Zend\Stdlib\Options; + Zend\Stdlib\AbstractOptions; /** * @category Zend @@ -31,7 +31,7 @@ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ -class FileOptions extends Options +class FileOptions extends AbstractOptions { /** * @var string Local client hostname diff --git a/src/Transport/SmtpOptions.php b/src/Transport/SmtpOptions.php index e6b26c19..b8f0a6b1 100644 --- a/src/Transport/SmtpOptions.php +++ b/src/Transport/SmtpOptions.php @@ -22,7 +22,7 @@ namespace Zend\Mail\Transport; use Zend\Mail\Exception, - Zend\Stdlib\Options; + Zend\Stdlib\AbstractOptions; /** * @category Zend @@ -31,7 +31,7 @@ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ -class SmtpOptions extends Options +class SmtpOptions extends AbstractOptions { /** * @var string Local client hostname