Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  3. <type name="MagentoFrameworkAppRouterList">
  4. <arguments>
  5. <argument name="routerList" xsi:type="array">
  6. <item name="routername" xsi:type="array">
  7. <item name="class" xsi:type="string">VendorModuleControllerRouter</item>
  8. <item name="disable" xsi:type="boolean">false</item>
  9. <item name="sortOrder" xsi:type="string">60</item>
  10. </item>
  11. </argument>
  12. </arguments>
  13. </type>
  14. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement