mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-06-11 08:22:38 +02:00
8 lines
72 B
PHP
8 lines
72 B
PHP
<?php
|
|
|
|
namespace DesignPatterns\Structural\Registry;
|
|
|
|
class Service
|
|
{
|
|
}
|