|
@@ -3,6 +3,7 @@ declare(strict_types=1);
|
|
|
|
|
|
|
|
namespace App\Entity\Booking;
|
|
namespace App\Entity\Booking;
|
|
|
|
|
|
|
|
|
|
+use ApiPlatform\Metadata\ApiResource;
|
|
|
use App\Entity\Access\Access;
|
|
use App\Entity\Access\Access;
|
|
|
use App\Entity\Product\Equipment;
|
|
use App\Entity\Product\Equipment;
|
|
|
//use DH\Auditor\Provider\Doctrine\Auditing\Annotation\Auditable;
|
|
//use DH\Auditor\Provider\Doctrine\Auditing\Annotation\Auditable;
|
|
@@ -15,6 +16,7 @@ use Doctrine\ORM\Mapping as ORM;
|
|
|
*/
|
|
*/
|
|
|
//#[Auditable]
|
|
//#[Auditable]
|
|
|
#[ORM\Entity]
|
|
#[ORM\Entity]
|
|
|
|
|
+#[ApiResource(operations: [])]
|
|
|
class ExamenConvocation
|
|
class ExamenConvocation
|
|
|
{
|
|
{
|
|
|
#[ORM\Id]
|
|
#[ORM\Id]
|
|
@@ -91,4 +93,4 @@ class ExamenConvocation
|
|
|
|
|
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
|
|
+}
|