mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 04:00:18 +02:00
introduced Service interface to ServiceLocator
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace DesignPatterns\More\ServiceLocator;
|
||||
|
||||
class LogService
|
||||
class LogService implements Service
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user