From c9e6d6a21017d4ce82400d2b37c3589c3e410c42 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 26 Jan 2023 21:37:26 +0100 Subject: [PATCH] add unit/app --- Account/PermissionAbstract.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Account/PermissionAbstract.php b/Account/PermissionAbstract.php index 7fd765276..cbf61f127 100755 --- a/Account/PermissionAbstract.php +++ b/Account/PermissionAbstract.php @@ -134,8 +134,8 @@ class PermissionAbstract implements \JsonSerializable /** * Constructor. * - * @param null|int $unit Unit Unit to check (null if all are acceptable) - * @param null|string $app App App to check (null if all are acceptable) + * @param null|int $unit Unit to check (null if all are acceptable) + * @param null|string $app App to check (null if all are acceptable) * @param null|string $module Module Module to check (null if all are acceptable) * @param null|string $from Provided by which module * @param null|int $category Category (e.g. customer) (null if all are acceptable)