mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
10 lines
114 B
PHP
10 lines
114 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace App\Entity;
|
||
|
|
|
||
|
|
use Doctrine\ORM\Mapping\Entity;
|
||
|
|
|
||
|
|
#[Entity]
|
||
|
|
class OVHConnector extends Connector
|
||
|
|
{
|
||
|
|
}
|