naming cleanup

This commit is contained in:
adisposkofh
2026-04-16 15:54:12 +02:00
parent 2aecc6e0f2
commit d577ac6d54
2 changed files with 1 additions and 2 deletions
@@ -27,7 +27,7 @@ class Cis4FhcApi extends FHCAPI_Controller
public function __construct()
{
parent::__construct([
'getViewData' => self::PERM_LOGGED,
'dashboardViewData' => self::PERM_LOGGED,
]);
}
@@ -33,7 +33,6 @@ class LvPlan extends FHCAPI_Controller
{
parent::__construct([
'myLvPlanViewData' => self::PERM_LOGGED,
'getRoomplan' => self::PERM_LOGGED,
'Stunden' => self::PERM_LOGGED,
'getReservierungen' => self::PERM_LOGGED,