From c61f221503f7f45e166bc80ec645c3bc31f7c5d4 Mon Sep 17 00:00:00 2001 From: RundelhausCode Date: Tue, 9 Mar 2021 13:29:49 +0100 Subject: [PATCH] groups get tokens --- Backend/Controllers/Group/Group.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Backend/Controllers/Group/Group.php diff --git a/Backend/Controllers/Group/Group.php b/Backend/Controllers/Group/Group.php new file mode 100644 index 0000000..84f5826 --- /dev/null +++ b/Backend/Controllers/Group/Group.php @@ -0,0 +1,16 @@ +group_id); +} \ No newline at end of file