php-hotfix/src/Service/ReaderInterface.php

8 lines
74 B
PHP
Raw Normal View History

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