1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 16:51:34 +02:00

Fix deprecation and removal date

This commit is contained in:
Franz Liedke
2020-07-17 12:19:48 +02:00
parent c10ebea00c
commit dda253cd8e

View File

@@ -12,7 +12,7 @@ namespace Flarum\Event;
use Flarum\User\User; 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. * The `PrepareUserGroups` event.
*/ */
class PrepareUserGroups class PrepareUserGroups