filter search fix

This commit is contained in:
2024-12-24 11:54:11 +03:00
parent 72f528e75d
commit a549c0ed75
3 changed files with 14 additions and 2 deletions

View File

@ -21,7 +21,8 @@ class User extends Model {
'username' => 'Логин',
'email' => 'Email',
'created_at' => 'Создан',
'updated_at' => 'Обновлен'
'updated_at' => 'Обновлен',
'role' => 'Роль'
];
}
}