[Repository] fix namespace

This commit is contained in:
ftwbzhao
2015-12-09 18:01:17 +08:00
parent f34e10d1b2
commit 0e774e3961
5 changed files with 36 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace DesignPatterns\Repository;
namespace DesignPatterns\More\Repository;
/**
* Post represents entity for some post that user left on the site