Collection.php 394 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Authorization\Model\ResourceModel\Permissions;
  7. /**
  8. * Admin permissions collection
  9. *
  10. * @deprecated 100.2.0
  11. * @see \Magento\Authorization\Model\ResourceModel\Rules\Collection
  12. */
  13. class Collection extends \Magento\Authorization\Model\ResourceModel\Rules\Collection
  14. {
  15. }