We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad4bfb commit e9c6846Copy full SHA for e9c6846
1 file changed
Component/ComponentContext.php
@@ -3,9 +3,12 @@
3
4
namespace Loki\Components\Component;
5
6
+use Magento\Customer\Model\Session as CustomerSession;
7
+use Magento\Framework\UrlFactory;
8
+
9
/**
- * @method \Magento\Customer\Model\Session getCustomerSession()
- * @method \Magento\Framework\UrlFactory getUrlFactory()
10
+ * @method CustomerSession getCustomerSession()
11
+ * @method UrlFactory getUrlFactory()
12
*/
13
class ComponentContext extends AbstractComponentContext
14
{
0 commit comments