This commit is contained in:
Dennis Eichhorn 2022-12-24 23:56:10 +01:00
parent 321425ea1f
commit c35eb52a8b

View File

@ -66,6 +66,14 @@ class ApplicationAbstract
*/
protected string $appName = '';
/**
* App id.
*
* @var int
* @since 1.0.0
*/
protected int $appId = 0;
/**
* Organization id.
*