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\OaiIdentify;
|
||||
use App\OAI\OaiBase;
|
||||
use OaiSymfony\OAI\OaiIdentify;
|
||||
use OaiSymfony\OAI\OaiBase;
|
||||
|
||||
/**
|
||||
* Identify data for the repository
|
||||
|
||||
Reference in New Issue
Block a user