1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00

Extract new Flarum\Post namespace

This commit is contained in:
Franz Liedke
2017-06-24 13:43:33 +02:00
parent 3481798875
commit 66abd7ecfd
38 changed files with 146 additions and 154 deletions

View File

@@ -12,7 +12,7 @@
namespace Flarum\Api\Serializer;
use Flarum\Core\Post;
use Flarum\Core\Post\CommentPost;
use Flarum\Post\CommentPost;
use InvalidArgumentException;
class BasicPostSerializer extends AbstractSerializer