Skip to content

Commit 7420fa2

Browse files
author
Benjamin Calef
committed
[0.1.3] fix psr-4 naming for parallelWebsiteProcessor
1 parent e8ea1d2 commit 7420fa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Model/Dimension/ParallelWebsiteProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
declare(strict_types=1);
77

8-
namespace Zepgram\MultiThreading\Model;
8+
namespace Zepgram\MultiThreading\Model\Dimension;
99

1010
use Magento\Store\Api\Data\WebsiteInterface;
1111
use Magento\Store\Api\WebsiteRepositoryInterface;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "zepgram/module-multi-threading",
33
"description": "This module is a powerful tool for developers who want to process large data sets in a short amount of time",
44
"type": "magento2-module",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"authors": [
77
{
88
"name": "Benjamin Calef",

0 commit comments

Comments
 (0)