Skip to content

Commit 9f5de14

Browse files
committed
MAGETWO-75524: Add Role column to admin user grid #10891
- fix method visibility
1 parent e97a73e commit 9f5de14

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/code/Magento/User/Model/ResourceModel/User/Collection.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ protected function _construct()
2323
$this->_init(\Magento\User\Model\User::class, \Magento\User\Model\ResourceModel\User::class);
2424
}
2525

26-
public function _initSelect()
26+
/**
27+
* Collection Init Select
28+
*
29+
* @return $this
30+
*/
31+
protected function _initSelect()
2732
{
2833
parent::_initSelect();
2934
$this->getSelect()->join(

0 commit comments

Comments
 (0)