test drive

This commit is contained in:
2025-04-21 10:39:02 +05:00
parent 885dc939c6
commit 016ffd7614
10 changed files with 158 additions and 36 deletions

View File

@@ -54,7 +54,7 @@ class User extends Resource
* @var array<int, string>
*/
public static $search = [
'id', 'name', 'email', 'phone',
'id', 'name', 'email', 'phone', 'username',
];
/**