feat: update Connector entity

This commit is contained in:
Maël Gangloff
2024-07-28 23:05:41 +02:00
parent 755803c6db
commit 15b2068d9e
3 changed files with 31 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Entity;
use Doctrine\ORM\Mapping\Entity;
#[Entity]
class OVHConnector extends Connector
{
}