ServiceInterface.php 77 B
Newer Older
<?php

namespace Hp\Patterns\ServiceLocator;

interface ServiceInterface
{

}