Skip to content
Snippets Groups Projects
Select Git revision
  • 2f684042e473966deb8b6c969d5f8c0940096fdf
  • master default protected
2 results

registration.php

Blame
  • registration.php 515 B
    <?php
    /**
     * Copyright (c) 2020 TechDivision GmbH
     * All rights reserved
     *
     * This product includes proprietary software developed at TechDivision GmbH, Germany
     * For more information see http://www.techdivision.com/
     *
     * To obtain a valid license for using this software please contact us at
     * license@techdivision.com
     */
    \Magento\Framework\Component\ComponentRegistrar::register(
        \Magento\Framework\Component\ComponentRegistrar::MODULE,
        'TechDivision_OrderWorkflowCustomExportFormat',
        __DIR__
    );