<?php return [ 'admin_ids' => array_values(array_filter(array_map( 'intval', explode(',', (string) env('OPERATIONS_ADMIN_IDS', '1')) ))), ];