diff --git a/framework/core/src/Event/PrepareUserGroups.php b/framework/core/src/Event/PrepareUserGroups.php index 10757544c..813c7e8e6 100644 --- a/framework/core/src/Event/PrepareUserGroups.php +++ b/framework/core/src/Event/PrepareUserGroups.php @@ -12,7 +12,7 @@ namespace Flarum\Event; use Flarum\User\User; /** - * @deprecated beta 13, remove in beta 14. Use the User extender instead. + * @deprecated beta 14, remove in beta 15. Use the User extender instead. * The `PrepareUserGroups` event. */ class PrepareUserGroups