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

Fix bug causing wrong index to be returned

This commit is contained in:
Toby Zerner
2015-02-25 15:36:17 +10:30
parent 9ea482254c
commit 3c53e512de
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
<?php namespace Flarum\Api\Actions\Posts;
use Flarum\Core\Repositories\PostRepositoryInterface;
use Flarum\Core\Models\User;
use Flarum\Api\Actions\ApiParams;