Namespace update (to make it consistent with what is declared in composer.json)
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\OAI\Verb;
|
||||
namespace OaiSymfony\OAI\Verb;
|
||||
|
||||
use App\OAI\OaiBase;
|
||||
use App\OAI\OaiError;
|
||||
use OaiSymfony\OAI\OaiBase;
|
||||
use OaiSymfony\OAI\OaiError;
|
||||
use AC\DB\Connection;
|
||||
use Symfony\Component\Serializer\Encoder\XmlEncoder;
|
||||
use Symfony\Component\Serializer\Normalizer\ObjectNormalizer;
|
||||
|
||||
Reference in New Issue
Block a user