modified hint

This commit is contained in:
Philipp Holzer 2019-08-15 16:25:34 +02:00
parent f3269bf826
commit 9abfd55d37
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{