1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 12:10:51 +02:00

Fix namespace orderings

(Thanks, StyleCI!)
This commit is contained in:
Franz Liedke
2017-06-24 15:48:20 +02:00
parent 5b0d0d9f0f
commit 78f3681fc1
65 changed files with 95 additions and 102 deletions

View File

@@ -11,8 +11,8 @@
namespace Flarum\Api\Serializer;
use Flarum\Post\Post;
use Flarum\Post\CommentPost;
use Flarum\Post\Post;
use InvalidArgumentException;
class BasicPostSerializer extends AbstractSerializer