mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-01 12:40:11 +02:00
Added Service Locator pattern
This commit is contained in:
8
ServiceLocator/DatabaseServiceInterface.php
Normal file
8
ServiceLocator/DatabaseServiceInterface.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace DesignPatterns\ServiceLocator;
|
||||
|
||||
interface DatabaseServiceInterface
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user