14 lines
116 B
PHP
14 lines
116 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'actions' => [
|
|
|
|
'delete' => [
|
|
'label' => 'Remover',
|
|
],
|
|
|
|
],
|
|
|
|
];
|