Session.php 269 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Catalog\Model;
  7. /**
  8. * Catalog session model
  9. *
  10. * @api
  11. * @since 100.0.2
  12. */
  13. class Session extends \Magento\Framework\Session\SessionManager
  14. {
  15. }