Skip to content

Commit

Permalink
Replace framework's Zend_Session_SaveHandler_Interface usage with Ses…
Browse files Browse the repository at this point in the history
…sionHandlerInterface
  • Loading branch information
tdgroot committed Apr 20, 2017
1 parent a9f1814 commit 1017e9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
namespace Magento\Framework\Session;

interface SaveHandlerInterface extends \Zend_Session_SaveHandler_Interface
interface SaveHandlerInterface extends \SessionHandlerInterface
{
/**
* Default session save handler
Expand Down

0 comments on commit 1017e9d

Please sign in to comment.