From 168b04b5c378161c5727e68ffac363fc4fb15d99 Mon Sep 17 00:00:00 2001 From: Oliwier Date: Sat, 7 Apr 2018 01:14:03 +0200 Subject: [PATCH] Create assignerconfig.php --- config/assignerconfig.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/assignerconfig.php diff --git a/config/assignerconfig.php b/config/assignerconfig.php new file mode 100644 index 0000000..5ecfa07 --- /dev/null +++ b/config/assignerconfig.php @@ -0,0 +1,14 @@ + "Age", // - Name of group + "limit" => 1, // - Group limit + "sgids" => [9,10,12,14] // - Grop ids + ], + [ + "name" => "Games", // - Name of group + "limit" => 4, // - Group limit + "sgids" => [6,7,8] // - Grop ids + ] +];