mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-21 03:35:42 +00:00
8 lines
63 B
PHP
8 lines
63 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace App\Config;
|
||
|
|
|
||
|
|
interface ConnectorInterface
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|