This commit is contained in:
2023-12-03 15:17:01 +05:00
parent f5fd590b08
commit 4ef7c7f71f

View File

@@ -49,8 +49,8 @@ class User extends Resource
*/ */
public static function indexQuery(NovaRequest $request, $query) public static function indexQuery(NovaRequest $request, $query)
{ {
$query->where('email', '!=', 'nurmuhammet@mail.com') // $query->where('email', '!=', 'nurmuhammet@mail.com')
->where('email', '!=', 'mahmyt1206@gmail.com'); // ->where('email', '!=', 'mahmyt1206@gmail.com');
return $query; return $query;
} }