refactor(RoomInformation): updates the roomInformation endpoint to use the Stundenplan library functions

This commit is contained in:
SimonGschnell
2025-03-13 10:29:08 +01:00
parent 669752dd90
commit 0dd1e4a628
3 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -144,8 +144,8 @@ class StundenplanLib{
}
private function expand_object_information($data){
public function expand_object_information($data){
$this->_ci =& get_instance();
foreach ($data as $item)
{