mirror of
https://github.com/flarum/core.git
synced 2025-07-19 15:51:16 +02:00
improve deprecated message for b15
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user