mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 09:53:27 +08:00
improve deprecated message for b15
This commit is contained in:
parent
d1b72429ac
commit
6977c24dd8
@ -12,7 +12,7 @@ namespace Flarum\User\Event;
|
||||
use Flarum\User\User;
|
||||
|
||||
/**
|
||||
* @deprecated beta 14, removed beta 15.
|
||||
* @deprecated beta 14, remove in beta 15.
|
||||
*/
|
||||
class GetDisplayName
|
||||
{
|
||||
|
@ -722,7 +722,7 @@ class User extends AbstractModel
|
||||
$groupIds = array_merge($groupIds, [Group::MEMBER_ID], $this->groups->pluck('id')->all());
|
||||
}
|
||||
|
||||
// Deprecated, remove in beta 14.
|
||||
/** @deprecated in beta 14, remove in beta 15 */
|
||||
event(new PrepareUserGroups($this, $groupIds));
|
||||
|
||||
foreach (static::$groupProcessors as $processor) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user