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:
8
src/Config/ConnectorInterface.php
Normal file
8
src/Config/ConnectorInterface.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Config;
|
||||
|
||||
interface ConnectorInterface
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user