Skip to content

Commit

Permalink
Add exports.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasburr committed Nov 4, 2019
1 parent 7114f26 commit 6a38dbe
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions include/exports.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php
/**
* exports.php
*
* NOTICE OF LICENSE
*
* This source file is subject to the MIT License, which
* is bundled with this package in the file LICENSE.txt.
*
* It is also available on the Internet at the following URL:
* https://docs.auroraextensions.com/magento/extensions/2.x/sampledata/LICENSE.txt
*
* @package AuroraExtensions_SimpleReturnsSampleData
* @copyright Copyright (C) 2019 Aurora Extensions <support@auroraextensions.com>
* @license MIT License
*/

if (!defined('SIMPLERETURNS_SAMPLEDATA_MEDIA_DIR')) {
define('SIMPLERETURNS_SAMPLEDATA_MEDIA_DIR', dirname(__DIR__) . '/media');
}

0 comments on commit 6a38dbe

Please sign in to comment.