mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-06-28 20:23:34 +02:00
9 lines
77 B
PHP
9 lines
77 B
PHP
<?php
|
|
|
|
namespace DesignPatterns\More\ServiceLocator;
|
|
|
|
interface Service
|
|
{
|
|
|
|
}
|