6 lines
153 B
PHP
6 lines
153 B
PHP
|
<?php
|
||
|
return [
|
||
|
'model_not_found' => 'Does not exist any instance of :model with given id',
|
||
|
'unexpected_error'=> 'Unexpected error. Try later'
|
||
|
];
|