Your IP : 216.73.216.17


Current Path : /var/www/eltornillo.com.mx/public_html/vendor/bin/
Upload File :
Current File : /var/www/eltornillo.com.mx/public_html/vendor/bin/ece-patches

#!/usr/bin/env php
<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
define('IS_CLOUD', true);
$container = require __DIR__ . '/../bootstrap.php';

$application = new Magento\CloudPatches\ApplicationEce($container);
$application->run();