Add hint for getClass

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

View File

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