diff --git a/framework/core/src/Event/AbstractConfigureRoutes.php b/framework/core/src/Event/AbstractConfigureRoutes.php index e118a9e5c..cca8a2a4b 100644 --- a/framework/core/src/Event/AbstractConfigureRoutes.php +++ b/framework/core/src/Event/AbstractConfigureRoutes.php @@ -13,7 +13,7 @@ use Flarum\Http\RouteCollection; use Flarum\Http\RouteHandlerFactory; /** - * @deprecated + * @deprecated Will be removed in Beta.14. */ abstract class AbstractConfigureRoutes { diff --git a/framework/core/src/Event/ConfigureApiRoutes.php b/framework/core/src/Event/ConfigureApiRoutes.php index 020a96ef8..3f17f293e 100644 --- a/framework/core/src/Event/ConfigureApiRoutes.php +++ b/framework/core/src/Event/ConfigureApiRoutes.php @@ -10,7 +10,7 @@ namespace Flarum\Event; /** - * @deprecated + * @deprecated Will be removed in Beta.14. Use Flarum\Extend\Routes instead. */ class ConfigureApiRoutes extends AbstractConfigureRoutes { diff --git a/framework/core/src/Event/ConfigureForumRoutes.php b/framework/core/src/Event/ConfigureForumRoutes.php index 439b8309d..4691427ef 100644 --- a/framework/core/src/Event/ConfigureForumRoutes.php +++ b/framework/core/src/Event/ConfigureForumRoutes.php @@ -12,7 +12,7 @@ namespace Flarum\Event; use Flarum\Forum\Controller\FrontendController; /** - * @deprecated + * @deprecated Will be removed in Beta.14. Use Flarum\Extend\Routes or Flarum\Extend\Frontend instead. */ class ConfigureForumRoutes extends AbstractConfigureRoutes { diff --git a/framework/core/src/Event/ConfigureLocales.php b/framework/core/src/Event/ConfigureLocales.php index bfbf35b8b..255cb163b 100644 --- a/framework/core/src/Event/ConfigureLocales.php +++ b/framework/core/src/Event/ConfigureLocales.php @@ -15,7 +15,7 @@ use Illuminate\Support\Arr; use RuntimeException; /** - * @deprecated + * @deprecated Will be removed in Beta.14. Use Flarum\Extend\LanguagePack instead. */ class ConfigureLocales {