dyndns/app/Jobs/Updater/IUpdater.php

8 lines
100 B
PHP
Raw Normal View History

2019-08-10 14:34:53 +00:00
<?php
namespace App\Jobs\Updater;
interface IUpdater
{
public function config($domain, $ip);
}