From: Philipp Holzer Date: Thu, 15 Aug 2019 14:19:23 +0000 (+0200) Subject: Add hint for getClass X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f3269bf826f3d323cead9ddf053cecfcae145fca;p=friendica.git Add hint for getClass --- diff --git a/src/App.php b/src/App.php index 1ea5e914cf..5e7ad36d80 100644 --- a/src/App.php +++ b/src/App.php @@ -568,6 +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 */ public function isBackend() {