chore: Relocate classes

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2024-04-21 21:09:32 +02:00
parent 5e1f4be413
commit cda692d4de
285 changed files with 1037 additions and 1550 deletions

View File

@@ -25,9 +25,9 @@
namespace SP\Domain\Import\Services;
use DOMDocument;
use SP\Domain\File\Ports\FileHandlerInterface;
use SP\Domain\Import\Ports\XmlFileService;
use SP\Infrastructure\File\FileException;
use SP\Infrastructure\File\FileHandlerInterface;
use ValueError;
use function SP\__u;
@@ -36,9 +36,9 @@ use function SP\logger;
/**
* Class XmlFile
*/
final class XmlFile implements XmlFileService
final readonly class XmlFile implements XmlFileService
{
private readonly DOMDocument $document;
private DOMDocument $document;
public function __construct()
{