refactored Registry pattern

This commit is contained in:
Dominik Liebler
2019-08-26 06:18:51 +02:00
parent b3f144c4b2
commit 87f8eb1983
4 changed files with 31 additions and 27 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace DesignPatterns\Structural\Registry;
class Service {
}