Skip to content

Commit

Permalink
https://github.com/mage2pro/core/issues/163
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Oct 26, 2021
1 parent 67c4084 commit b4449ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Checkout/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ function messages($v = DF_N) {return df_prop($this, $v, []);}

/**
* 2021-10-22
* 2021-10-26
* <virtualType name="Magento\Checkout\Model\Session\Storage" type="Magento\Framework\Session\Storage">
* <arguments>
* <argument name="namespace" xsi:type="string">checkout</argument>
* </arguments>
* </virtualType>
* https://github.com/magento/magento2/blob/2.4.3-p1/app/code/Magento/Checkout/etc/di.xml#L9-L13
* @override
* @see \Df\Core\Session::c()
* @used-by \Df\Core\Session::__construct()
Expand Down

0 comments on commit b4449ea

Please sign in to comment.