2014-03-21 18:03:45 -03:00

8 lines
102 B
PHP

<?php
namespace DesignPatterns\ServiceLocator;
class LogService implements LogServiceInterface
{
}