13 lines
243 B
PHP
13 lines
243 B
PHP
<?php
|
|
|
|
return [
|
|
'fields' => [
|
|
'group' => 'Group',
|
|
'groups' => 'Groups',
|
|
'name' => 'Name',
|
|
'description' => 'Description',
|
|
'created_at' => 'Created at',
|
|
'Updated at' => 'Updated at'
|
|
],
|
|
];
|