mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-05-07 23:15:28 +02:00
8 lines
88 B
PHP
8 lines
88 B
PHP
<?php
|
|
|
|
namespace DesignPatterns\More\ServiceLocator;
|
|
|
|
interface LogServiceInterface
|
|
{
|
|
}
|