wip
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user