cli_commands.php 233 B

12345678
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. if (PHP_SAPI == 'cli') {
  7. \Magento\Framework\Console\CommandLocator::register(\Magento\Deploy\Console\CommandList::class);
  8. }