Skip to content

Commit 36fa376

Browse files
committed
Minor fixes
1 parent 1d226ac commit 36fa376

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

6. Developing with Adminhtml/4. Utilize ACL to set menu items and permissions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ menu.xml - `urn:magento:module:Magento_Backend:/etc/menu.xsd` - flat structure
2929
- System > Permissions > All Users to view and create new users and associate to a role. There are two tabs 1 is user info the other is User Role where you define the Role for this user. You can only select 1 role per user.
3030

3131
*How can you do that programmatically?*
32-
- You can leverage \Magento\Authorization\Model\Acl\AclRetriever. That as a few methods that will help
32+
- You can leverage [\Magento\Authorization\Model\Acl\AclRetriever](https://github.com/magento/magento2/blob/2.2-develop/app/code/Magento/Authorization/Model/Acl/AclRetriever.php). That as a few methods that will help
3333

3434
```php
3535
/**

Section 10 Customer Management/10.1 Demonstrate ability to customize My Account

-1
This file was deleted.

0 commit comments

Comments
 (0)