mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 09:42:24 +01:00
8 lines
102 B
PHP
8 lines
102 B
PHP
<?php
|
|
|
|
namespace DesignPatterns\ServiceLocator;
|
|
|
|
class LogService implements LogServiceInterface
|
|
{
|
|
|
|
}
|