Skip to content

Commit a2b5d0e

Browse files
authored
MAGETWO-69371: Replace framework's Zend_Session interface usage with SessionHandlerInterface #9348
2 parents 85def59 + fc4f194 commit a2b5d0e

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)