myhr add translation

This commit is contained in:
xiaomlove
2022-03-06 15:43:29 +08:00
parent c1c511b9fe
commit 22d22707fc
34 changed files with 79 additions and 43 deletions

View File

@@ -7,8 +7,6 @@ use Illuminate\Support\Str;
class BaseRepository
{
private static $enctyper;
protected function getSortFieldAndType(array $params): array
{
$field = !empty($params['sort_field']) ? $params['sort_field'] : 'id';