mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: update Connector entity
This commit is contained in:
10
src/Entity/OVHConnector.php
Normal file
10
src/Entity/OVHConnector.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity;
|
||||
|
||||
use Doctrine\ORM\Mapping\Entity;
|
||||
|
||||
#[Entity]
|
||||
class OVHConnector extends Connector
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user