Fix deprecation and removal date

This commit is contained in:
Franz Liedke 2020-07-17 12:19:48 +02:00
parent 37ebeb5705
commit 2b3dec2be1
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -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