mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add Connector to WatchListTrigger
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
namespace App\Entity;
|
||||
|
||||
use App\Config\ConnectorInterface;
|
||||
use Doctrine\ORM\Mapping\Entity;
|
||||
|
||||
#[Entity]
|
||||
class OVHConnector extends Connector
|
||||
class OVHConnector extends Connector implements ConnectorInterface
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user