php-hotfix/src/Service/ServiceInterface.php

8 lines
75 B
PHP

<?php
namespace NoccyLabs\Hotfix\Service;
interface ServiceInterface
{
}