mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-05 06:27:25 +02:00
introduced sub-namespace Domain
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
namespace DesignPatterns\More\Repository;
|
||||
|
||||
use DesignPatterns\More\Repository\Domain\Post;
|
||||
|
||||
/**
|
||||
* This class is situated between Entity layer (class Post) and access object layer (MemoryStorage).
|
||||
*
|
||||
|
Reference in New Issue
Block a user