registration.php 349 B

12345678910111213
  1. <?php
  2. /**
  3. * @copyright Vertex. All rights reserved. https://www.vertexinc.com/
  4. * @author Mediotype https://www.mediotype.com/
  5. */
  6. use Magento\Framework\Component\ComponentRegistrar;
  7. ComponentRegistrar::register(
  8. ComponentRegistrar::MODULE,
  9. 'Vertex_Tax',
  10. isset($file) ? realpath(dirname($file)) : __DIR__
  11. );