14 lines
113 B
PHP
14 lines
113 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'actions' => [
|
|
|
|
'close' => [
|
|
'label' => 'Close',
|
|
],
|
|
|
|
],
|
|
|
|
];
|