From 7c0f49379d7e376c229f12d482d275ebaed9dc1a Mon Sep 17 00:00:00 2001 From: Dmitry Fedyuk Date: Sun, 31 Oct 2021 04:40:22 +0600 Subject: [PATCH] https://github.com/mage2pro/core/issues/163 --- Customer/SessionBase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Customer/SessionBase.php b/Customer/SessionBase.php index 9d09e8b35..13a3fbb55 100644 --- a/Customer/SessionBase.php +++ b/Customer/SessionBase.php @@ -4,6 +4,7 @@ * 2021-10-28 "Improve the custom session data handling interface": https://github.com/mage2pro/core/issues/163 * @see \Df\Customer\Session * @see \Dfe\TBCBank\Session + * @see \Frugue\Core\Session */ abstract class SessionBase extends \Df\Core\Session { /**