mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 13:38:41 +00:00
rename org to unit
This commit is contained in:
parent
c9e6d6a210
commit
bf48a9b1bf
|
|
@ -36,7 +36,7 @@ use phpOMS\Router\RouterInterface;
|
||||||
* and afterwards read only.
|
* and afterwards read only.
|
||||||
*
|
*
|
||||||
* @property string $appName
|
* @property string $appName
|
||||||
* @property int $orgId
|
* @property int $unitId
|
||||||
* @property \phpOMS\DataStorage\Database\DatabasePool $dbPool
|
* @property \phpOMS\DataStorage\Database\DatabasePool $dbPool
|
||||||
* @property \phpOMS\Localization\L11nManager $l11nManager
|
* @property \phpOMS\Localization\L11nManager $l11nManager
|
||||||
* @property \phpOMS\Localization\Localization $l11nServer
|
* @property \phpOMS\Localization\Localization $l11nServer
|
||||||
|
|
@ -80,7 +80,7 @@ class ApplicationAbstract
|
||||||
* @var int
|
* @var int
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected int $orgId = 0;
|
protected int $unitId = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* App theme.
|
* App theme.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user