From 9abfd55d374e5cd39bf485e5862a330dcc2de309 Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Thu, 15 Aug 2019 16:25:34 +0200 Subject: [PATCH] modified hint --- src/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.php b/src/App.php index 5e7ad36d80..505f502e5f 100644 --- a/src/App.php +++ b/src/App.php @@ -568,7 +568,7 @@ class App * * @deprecated 2019.09 - use App\Mode->isBackend() instead * @see App\Mode::isBackend() - * Use BaseObject::getClass(App\Mode::class) to get these class directly per global registry + * Use BaseObject::getClass(App\Mode::class) to get the global instance of Mode */ public function isBackend() {