1 2 3 4
<?php return [ 1 => [
5 6
'id' => '1', 'name' => 'Admin321',
7 8 9
'description' => 'Site administrator', ], ];