mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-28 10:40:17 +02:00
9 lines
73 B
PHP
9 lines
73 B
PHP
<?php
|
|
|
|
namespace DesignPatterns\Structural\Registry;
|
|
|
|
class Service
|
|
{
|
|
|
|
}
|