9 lines
77 B
PHP
Raw Normal View History

<?php
namespace DesignPatterns\More\ServiceLocator;
interface Service
{
}