domain-watchdog/src/Config/ConnectorInterface.php

8 lines
63 B
PHP
Raw Normal View History

<?php
namespace App\Config;
interface ConnectorInterface
{
}