mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +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.
|
||||
*
|
||||
* @property string $appName
|
||||
* @property int $orgId
|
||||
* @property int $unitId
|
||||
* @property \phpOMS\DataStorage\Database\DatabasePool $dbPool
|
||||
* @property \phpOMS\Localization\L11nManager $l11nManager
|
||||
* @property \phpOMS\Localization\Localization $l11nServer
|
||||
|
|
@ -80,7 +80,7 @@ class ApplicationAbstract
|
|||
* @var int
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected int $orgId = 0;
|
||||
protected int $unitId = 0;
|
||||
|
||||
/**
|
||||
* App theme.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user