8 lines
106 B
PHP
8 lines
106 B
PHP
<?php
|
|
|
|
return [
|
|
'admin.settings' => [
|
|
'edit' => 'setting::permissions.edit',
|
|
],
|
|
];
|