mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-10-01 08:46:55 +02:00
it was created the More namespace and append its patterns
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace DesignPatterns\ServiceLocator;
|
||||
namespace DesignPatterns\More\ServiceLocator;
|
||||
|
||||
interface ServiceLocatorInterface
|
||||
interface ServiceLocatorInterface
|
||||
{
|
||||
/**
|
||||
* Checks if a service is registered.
|
||||
@@ -21,4 +21,4 @@ interface ServiceLocatorInterface
|
||||
* @return mixed
|
||||
*/
|
||||
public function get($interface);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user