You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
242 B
11 lines
242 B
<?php
|
|
|
|
return [
|
|
|
|
'inverse' => [
|
|
10 => ['name' => 'Create', 'singular_name' => 'create'],
|
|
20 => ['name' => 'Update', 'singular_name' => 'update'],
|
|
30 => ['name' => 'Delete', 'singular_name' => 'delete'],
|
|
],
|
|
|
|
];
|