mirror of
https://github.com/anna-sara/filament_inventory
synced 2026-05-11 20:56:00 +02:00
15 lines
146 B
PHP
15 lines
146 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'actions' => [
|
|
|
|
'logout' => [
|
|
'label' => 'Sign out',
|
|
],
|
|
|
|
],
|
|
|
|
'welcome' => 'Welcome',
|
|
|
|
];
|