mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-04 05:57:25 +02:00
[Repository] fix namespace
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace DesignPatterns\Repository;
|
||||
namespace DesignPatterns\More\Repository;
|
||||
|
||||
use DesignPatterns\More\Repository\Storage;
|
||||
|
||||
/**
|
||||
* Repository for class Post
|
||||
|
Reference in New Issue
Block a user