mirror of
https://github.com/flarum/core.git
synced 2025-10-19 10:46:06 +02:00
Remove deprecated code from beta 16 (#2705)
This commit is contained in:
committed by
GitHub
parent
374189d48e
commit
908d087e00
@@ -1,21 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
* For detailed copyright and license information, please view the
|
||||
* LICENSE file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Flarum\Post\Filter;
|
||||
|
||||
/**
|
||||
* @deprecated beta 16, remove beta 17. Use AuthorFilter instead.
|
||||
*/
|
||||
class UserFilter extends AuthorFilter
|
||||
{
|
||||
public function getFilterKey(): string
|
||||
{
|
||||
return 'user';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user