<?phpreturn [ 'admin_user_id'=>[98,99], 'market_id'=>[98=>1,99=>2]];
<?php
return [
'admin_user_id'=>[98,99],
'market_id'=>[98=>1,99=>2]
];