php-hotfix/src/Service/ServiceInterface.php

8 lines
75 B
PHP
Raw Normal View History

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