mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-05 12:08:42 +00:00
add id
This commit is contained in:
parent
321425ea1f
commit
c35eb52a8b
|
|
@ -66,6 +66,14 @@ class ApplicationAbstract
|
||||||
*/
|
*/
|
||||||
protected string $appName = '';
|
protected string $appName = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* App id.
|
||||||
|
*
|
||||||
|
* @var int
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
protected int $appId = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Organization id.
|
* Organization id.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user