ReferenceStatement.php 263 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Framework\Setup\Declaration\Schema\Db;
  7. /**
  8. * Foreign key statement.
  9. *
  10. * @inheritdoc
  11. */
  12. class ReferenceStatement extends Statement
  13. {
  14. }