Files
DesignPatternsPHP/More/ServiceLocator/LogServiceInterface.php
2014-04-16 18:12:52 -03:00

8 lines
88 B
PHP

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