diff --git a/Controller/Customer/Index.php b/Controller/Customer/Index.php
index de5c6b2..2febaf2 100644
--- a/Controller/Customer/Index.php
+++ b/Controller/Customer/Index.php
@@ -27,14 +27,26 @@ class Index extends AbstractAction
protected $eventPrefix = 'clerk_customer';
/**
- * Customer controller constructor.
- *
+ * Index constructor.
* @param Context $context
+ * @param StoreManagerInterface $storeManager
* @param ScopeConfigInterface $scopeConfig
+ * @param LoggerInterface $logger
+ * @param ModuleList $moduleList
+ * @param ClerkLogger $ClerkLogger
* @param CollectionFactory $customerCollectionFactory
+ * @param CustomerMetadataInterface $customerMetadata
*/
- public function __construct(Context $context, StoreManagerInterface $storeManager, ScopeConfigInterface $scopeConfig, CollectionFactory $customerCollectionFactory, LoggerInterface $logger, ModuleList $moduleList, ClerkLogger $ClerkLogger)
- {
+ public function __construct(
+ Context $context,
+ StoreManagerInterface $storeManager,
+ ScopeConfigInterface $scopeConfig,
+ LoggerInterface $logger,
+ ModuleList $moduleList,
+ ClerkLogger $ClerkLogger,
+ CollectionFactory $customerCollectionFactory,
+ CustomerMetadataInterface $customerMetadata
+ ) {
$this->collectionFactory = $customerCollectionFactory;
$this->clerk_logger = $ClerkLogger;
$this->_customerMetadata = $customerMetadata;
diff --git a/etc/config.xml b/etc/config.xml
index 33efcdd..6914959 100644
--- a/etc/config.xml
+++ b/etc/config.xml
@@ -21,11 +21,11 @@
Load More Results
No products found
-
+
0
1
live-search
-
+
0
1