NonTransactionableInterface.php 245 B

12345678910111213
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Framework\Setup\Patch;
  7. /**
  8. * Means that patch can`t be run in transaction
  9. */
  10. interface NonTransactionableInterface
  11. {
  12. }