8 lines
106 B
PHP
8 lines
106 B
PHP
<?php
|
|
|
|
return [
|
|
'admin.reports' => [
|
|
'index' => 'report::permissions.index',
|
|
],
|
|
];
|