Skip to content

Commit 9117d89

Browse files
committed
Update company url to https
1 parent 0107442 commit 9117d89

26 files changed

+41
-34
lines changed

Api/ReindexInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77

88
namespace MagePal\Reindex\Api;

Api/StrategyInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77

88
namespace MagePal\Reindex\Api;

Api/SubscriberInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77

88
namespace MagePal\Reindex\Api;

Block/Adminhtml/System/Config/Form/Field/Link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77

88
namespace MagePal\Reindex\Block\Adminhtml\System\Config\Form\Field;

Block/Adminhtml/System/Config/Source/Strategy.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
/**
33
* Copyright © MagePal, LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
7+
78
namespace MagePal\Reindex\Block\Adminhtml\System\Config\Source;
89

910
use Magento\Framework\Data\OptionSourceInterface;

Controller/Adminhtml/Indexer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal, LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77
namespace MagePal\Reindex\Controller\Adminhtml;
88

Controller/Adminhtml/Indexer/ReindexOnTheFly.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
7+
78
namespace MagePal\Reindex\Controller\Adminhtml\Indexer;
89

910
use Exception;

Model/Reindex.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
/**
33
* Copyright © MagePal, LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
7+
78
namespace MagePal\Reindex\Model;
89

910
use Magento\Indexer\Model\IndexerFactory;

Model/Strategies/Deferred.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
/**
33
* Copyright © MagePal, LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
7+
78
namespace MagePal\Reindex\Model\Strategies;
89

910
use MagePal\Reindex\Api\StrategyInterface;

Model/Strategies/Standard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal, LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77
namespace MagePal\Reindex\Model\Strategies;
88

0 commit comments

Comments
 (0)