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 + ] +];