| Current Path : /var/www/eltornillo.com.mx/public_html/vendor/bin/ |
| Current File : /var/www/eltornillo.com.mx/public_html/vendor/bin/magento-patches |
#!/usr/bin/env php <?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ $container = require __DIR__ . '/../bootstrap.php'; $application = new Magento\CloudPatches\Application($container); $application->run();