mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-05-05 22:15:56 +02:00
8 lines
76 B
PHP
8 lines
76 B
PHP
<?php
|
|
|
|
namespace DesignPatterns\More\ServiceLocator;
|
|
|
|
interface Service
|
|
{
|
|
}
|