registration.php 311 B

12345678910111213
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. use \Magento\Framework\Component\ComponentRegistrar;
  7. ComponentRegistrar::register(ComponentRegistrar::LIBRARY, 'magento/framework', __DIR__);
  8. if (!function_exists('__')) {
  9. require 'Phrase/__.php';
  10. }