2014-02-17 16:41:21 +01:00

8 lines
102 B
PHP

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