Plugin4.php 224 B

12345678910111213
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Framework\Test\Unit\Interception\Sample;
  7. /**
  8. * Sample plugin
  9. */
  10. class Plugin4 extends Plugin1
  11. {
  12. }