mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-26 14:29:13 +02:00
introduced Storage interface
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace DesignPatterns\More\Repository;
|
||||
|
||||
class MemoryStorage
|
||||
class MemoryStorage implements Storage
|
||||
{
|
||||
/**
|
||||
* @var array
|
||||
|
Reference in New Issue
Block a user