mirror of
https://github.com/flarum/core.git
synced 2025-07-28 12:10:51 +02:00
Fix some incorrect automated refactorings
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace Flarum\Api\Serializer;
|
||||
|
||||
use Flarum\Core\Post;
|
||||
use Flarum\Post\Post;
|
||||
use Flarum\Post\CommentPost;
|
||||
use InvalidArgumentException;
|
||||
|
||||
@@ -25,7 +25,7 @@ class BasicPostSerializer extends AbstractSerializer
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @param \Flarum\Core\Post $post
|
||||
* @param \Flarum\Post\Post $post
|
||||
* @throws InvalidArgumentException
|
||||
*/
|
||||
protected function getDefaultAttributes($post)
|
||||
|
Reference in New Issue
Block a user