7 lines
76 B
PHP
7 lines
76 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => 'Name',
|
|
'is_active' => 'Status',
|
|
];
|