2020-08-04 19:45:12 +00:00
|
|
|
<?php
|
|
|
|
return [
|
|
|
|
'model_not_found' => 'Does not exist any instance of :model with given id',
|
|
|
|
'unexpected_error'=> 'Unexpected error. Try later',
|
|
|
|
'service_unavailable' => 'Service unavailable',
|
2020-08-31 16:09:06 +00:00
|
|
|
"phone_already_associated" => "You already have a phone associated . Do you want to change it ?",
|
2020-08-04 19:45:12 +00:00
|
|
|
];
|