Skip to content

Commit 2e3960d

Browse files
author
Mathis Koblin
committed
Cleanup folder structure
1 parent 6a6dae2 commit 2e3960d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Classes/Command/UnduplicateCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
use TYPO3\CMS\Core\Database\ReferenceIndex;
1919
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
2020
use TYPO3\CMS\Core\Utility\GeneralUtility;
21+
use ElementareTeilchen\Unduplicator\Metadata\MetadataUpdateHandler;
22+
use ElementareTeilchen\Unduplicator\Exception\UnduplicatorException;
2123

2224
/***************************************************************
2325
* Copyright notice

Classes/Command/UnduplicatorException.php renamed to Classes/Exception/UnduplicatorException.php

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

33
declare(strict_types=1);
44

5-
namespace Elementareteilchen\Unduplicator\Command;
5+
namespace Elementareteilchen\Unduplicator\Exception;
66

77
class UnduplicatorException extends \Exception
88
{

Classes/Command/MetadataUpdateHandler.php renamed to Classes/Metadata/MetadataUpdateHandler.php

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

33
declare(strict_types=1);
44

5-
namespace ElementareTeilchen\Unduplicator\Command;
5+
namespace ElementareTeilchen\Unduplicator\Metadata;
66

77
use Doctrine\DBAL\Exception;
88
use Symfony\Component\Console\Input\InputInterface;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace ElementareTeilchen\Unduplicator\Command;
5+
namespace ElementareTeilchen\Unduplicator\Metadata;
66

77
class MetadataUpdateObject
88
{

0 commit comments

Comments
 (0)