10 lines
155 B
PHP
10 lines
155 B
PHP
<?php
|
|
|
|
return [
|
|
'id' => 'ID',
|
|
'name' => 'Name',
|
|
'slug' => 'URL',
|
|
'is_searchable' => 'Searchable',
|
|
'is_active' => 'Status',
|
|
];
|