8 lines
288 B
PHP
8 lines
288 B
PHP
<?php
|
|
return [
|
|
'created' => 'The notification has been created.',
|
|
'deleted' => 'The notification has been deleted.',
|
|
'updated' => 'The notification has been updated.',
|
|
'user.logout' => 'The user :user is logged in.',
|
|
'user.logout' => 'The user :user has logged out'
|
|
]; |