wip
This commit is contained in:
@@ -49,8 +49,8 @@ class User extends Resource
|
||||
*/
|
||||
public static function indexQuery(NovaRequest $request, $query)
|
||||
{
|
||||
$query->where('email', '!=', 'nurmuhammet@mail.com')
|
||||
->where('email', '!=', 'mahmyt1206@gmail.com');
|
||||
// $query->where('email', '!=', 'nurmuhammet@mail.com')
|
||||
// ->where('email', '!=', 'mahmyt1206@gmail.com');
|
||||
|
||||
return $query;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user