From 44dc418ca328da02c459cc56b00cb377582e0ee3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 26 Jan 2023 21:39:07 +0100 Subject: [PATCH] add unit --- Config/SettingsInterface.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Config/SettingsInterface.php b/Config/SettingsInterface.php index a09803061..bfa9d7dcb 100755 --- a/Config/SettingsInterface.php +++ b/Config/SettingsInterface.php @@ -33,6 +33,7 @@ interface SettingsInterface extends OptionsInterface * * @param null|int|int[]|string|string[] $ids Ids * @param null|string|string[] $names Setting name + * @param null|int $unit Unit * @param null|int $app Application * @param null|string $module Module name * @param null|int $group Group id @@ -45,6 +46,7 @@ interface SettingsInterface extends OptionsInterface public function get( mixed $ids = null, string | array $names = null, + int $unit = null, int $app = null, string $module = null, int $group = null,