Skip to content

Commit e9c6846

Browse files
committed
Pending changes
1 parent 8ad4bfb commit e9c6846

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Component/ComponentContext.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33

44
namespace Loki\Components\Component;
55

6+
use Magento\Customer\Model\Session as CustomerSession;
7+
use Magento\Framework\UrlFactory;
8+
69
/**
7-
* @method \Magento\Customer\Model\Session getCustomerSession()
8-
* @method \Magento\Framework\UrlFactory getUrlFactory()
10+
* @method CustomerSession getCustomerSession()
11+
* @method UrlFactory getUrlFactory()
912
*/
1013
class ComponentContext extends AbstractComponentContext
1114
{

0 commit comments

Comments
 (0)