Skip to content

Commit 1017e9d

Browse files
committed
Replace framework's Zend_Session_SaveHandler_Interface usage with SessionHandlerInterface
1 parent a9f1814 commit 1017e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Session/SaveHandlerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
namespace Magento\Framework\Session;
99

10-
interface SaveHandlerInterface extends \Zend_Session_SaveHandler_Interface
10+
interface SaveHandlerInterface extends \SessionHandlerInterface
1111
{
1212
/**
1313
* Default session save handler

0 commit comments

Comments
 (0)