parent
cb3962e288
commit
168b04b5c3
@ -0,0 +1,14 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
$assignerconfig = [
|
||||||
|
[
|
||||||
|
"name" => "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
|
||||||
|
]
|
||||||
|
];
|
Loading…
Reference in new issue