mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-19 08:10:49 +08:00
myhr add translation
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user