2020-04-28 17:35:28 +00:00
|
|
|
<?php
|
|
|
|
return [
|
|
|
|
'model_not_found' => 'Does not exist any instance of :model with given id',
|
2020-05-16 08:06:41 +00:00
|
|
|
'unexpected_error'=> 'Unexpected error. Try later',
|
|
|
|
'logout' => 'Successfully logged out'
|
2020-04-28 17:35:28 +00:00
|
|
|
];
|