Processing of the verb Identify

This commit is contained in:
Matteo Gallo
2026-05-07 20:31:04 +02:00
parent 63522577a3
commit d1b3bd32f8
9 changed files with 751 additions and 29 deletions

15
src/OaiSymfonyBundle.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
declare(strict_types=1);
namespace OaiSymfony;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class OaiSymfonyBundle extends Bundle
{
public function getPath(): string
{
return \dirname(__DIR__);
}
}