We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f212cb0 commit fb9d787Copy full SHA for fb9d787
demo.php
@@ -4,7 +4,7 @@
4
* @Author: nguyen
5
* @Date: 2020-12-29 11:18:57
6
* @Last Modified by: Alex Dong
7
- * @Last Modified time: 2021-01-04 18:18:08
+ * @Last Modified time: 2021-01-07 14:24:10
8
*/
9
10
ini_set('display_startup_errors', 1);ini_set('display_errors', 1); error_reporting(-1);
@@ -86,7 +86,7 @@ public function launch()
86
$this->_rulesFactory = $this->_objectManager->get('\Magento\Authorization\Model\RulesFactory');
87
$this->_userFactory = $this->_objectManager->get('\Magento\User\Model\UserFactory');
88
89
- $role = $this->createRole('Demo Rule3');
+ $role = $this->createRole('Demo Rule');
90
91
$resources = $this->_aclResourceProvider->getAclResources();
92
0 commit comments