16 lines
146 B
PHP
16 lines
146 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
|
||
|
|
'actions' => [
|
||
|
|
|
||
|
|
'logout' => [
|
||
|
|
'label' => 'Sign out',
|
||
|
|
],
|
||
|
|
|
||
|
|
],
|
||
|
|
|
||
|
|
'welcome' => 'Welcome',
|
||
|
|
|
||
|
|
];
|