Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Oct 30, 2021
1 parent 83ee3b9 commit 053c259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 1 addition & 10 deletions Session.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Frugue\Core;
# 2021-10-28 "Improve the custom session data handling interface": https://github.com/mage2pro/core/issues/163
final class Session extends \Df\Core\Session {
final class Session extends \Df\Customer\SessionBase {
/**
* 2018-04-13, 2021-10-28
* @used-by \Frugue\Store\Plugin\Framework\App\FrontControllerInterface::aroundDispatch()
Expand All @@ -17,13 +17,4 @@ function country($v = DF_N) {return df_prop($this, $v, []);}
* @return $this|bool
*/
function redirected($v = DF_N) {return df_prop($this, $v, []);}

/**
* 2021-10-28
* @override
* @see \Df\Core\Session::c()
* @used-by \Df\Core\Session::__construct()
* @return string
*/
protected function c() {return \Magento\Customer\Model\Session\Storage::class;}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frugue/core"
,"version": "0.8.2"
,"version": "0.8.3"
,"description": "A custom module for frugue.com"
,"type": "magento2-module"
,"homepage": "https://github.com/frugue/core"
Expand All @@ -11,7 +11,7 @@
,"homepage": "https://mage2.pro/users/dmitry_fedyuk"
,"role": "Developer"
}]
,"require": {"mage2pro/core": ">=7.8.8"}
,"require": {"mage2pro/core": ">=7.8.9"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Frugue\\Core\\": ""}}
,"keywords": ["Magento 2"]
}

0 comments on commit 053c259

Please sign in to comment.