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

Commit

Permalink
Merge remote-tracking branch 'prolic/stdlib' into prolic-zen-52
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SaveHandler/DbTableGatewayOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
namespace Zend\Session\SaveHandler;

use Zend\Session\Exception;
use Zend\Stdlib\Options;
use Zend\Stdlib\AbstractOptions;

/**
* DbTableGateway Save Handler Options
Expand All @@ -32,7 +32,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 DbTableGatewayOptions extends Options
class DbTableGatewayOptions extends AbstractOptions
{
/**
* Data Column
Expand Down

0 comments on commit 778fbea

Please sign in to comment.