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