mirror of
https://github.com/flarum/framework.git
synced 2025-02-07 18:33:01 +08:00
improve deprecated message for b15
This commit is contained in:
parent
1e7bdf1636
commit
3a736d660b
|
@ -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…
Reference in New Issue
Block a user