diff options
| author | Philipp Schüttlöffel <schuettloeffel@zqs.uni-hannover.de> | 2024-09-24 10:53:31 +0200 |
|---|---|---|
| committer | Philipp Schüttlöffel <schuettloeffel@zqs.uni-hannover.de> | 2024-09-24 10:53:31 +0200 |
| commit | 4459dd7917f4d1c34f40bb68f0e991e9c3d53e4c (patch) | |
| tree | 5c07151ae61276d334e88f6309c30d439a85c12e /lib/resources | |
| parent | da0022e5c1abbf9825ae76debaabdff7e8623bb4 (diff) | |
| parent | 97a188592c679890a25c37ab78463add76a52ff7 (diff) | |
Merge branch 'main' into issue-3911issue-3911
Diffstat (limited to 'lib/resources')
| -rw-r--r-- | lib/resources/ResourceManager.php (renamed from lib/resources/ResourceManager.class.php) | 2 | ||||
| -rw-r--r-- | lib/resources/RoomManager.php (renamed from lib/resources/RoomManager.class.php) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/resources/ResourceManager.class.php b/lib/resources/ResourceManager.php index a30c470..b6115e7 100644 --- a/lib/resources/ResourceManager.class.php +++ b/lib/resources/ResourceManager.php @@ -1,7 +1,7 @@ <?php /** - * ResourceManager.class.php + * ResourceManager.php * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/lib/resources/RoomManager.class.php b/lib/resources/RoomManager.php index f4b4802..0122a48 100644 --- a/lib/resources/RoomManager.class.php +++ b/lib/resources/RoomManager.php @@ -1,7 +1,7 @@ <?php /** - * RoomManager.class.php + * RoomManager.php * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as |
