mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-07 23:46:52 +02:00
Added Service Locator pattern
This commit is contained in:
8
ServiceLocator/LogService.php
Normal file
8
ServiceLocator/LogService.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace DesignPatterns\ServiceLocator;
|
||||
|
||||
class LogService implements LogServiceInterface
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user