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 e97a73e commit 9f5de14Copy full SHA for 9f5de14
app/code/Magento/User/Model/ResourceModel/User/Collection.php
@@ -23,7 +23,12 @@ protected function _construct()
23
$this->_init(\Magento\User\Model\User::class, \Magento\User\Model\ResourceModel\User::class);
24
}
25
26
- public function _initSelect()
+ /**
27
+ * Collection Init Select
28
+ *
29
+ * @return $this
30
+ */
31
+ protected function _initSelect()
32
{
33
parent::_initSelect();
34
$this->getSelect()->join(
0 commit comments