Namespace update (to make it consistent with what is declared in composer.json)

This commit is contained in:
Matteo Gallo
2026-05-07 15:29:10 +02:00
parent b9501417b0
commit 63522577a3
19 changed files with 48 additions and 48 deletions

View File

@@ -2,10 +2,10 @@
declare(strict_types=1);
namespace App\OAI;
namespace OaiSymfony\OAI;
use App\OAI\RecordOaiInterface;
use App\OAI\Exception\IdentifierNotFoundException;
use OaiSymfony\OAI\RecordOaiInterface;
use OaiSymfony\OAI\Exception\IdentifierNotFoundException;
use Symfony\Component\Serializer\Encoder\XmlEncoder;
use Symfony\Component\Serializer\Normalizer\ObjectNormalizer;
use Symfony\Component\Serializer\Serializer;