fgh
This commit is contained in:
@ -17,6 +17,6 @@ class User extends Model {
|
||||
|
||||
public function scopeReferents($query)
|
||||
{
|
||||
return $query->where('admin', '0');
|
||||
return $query->where('droits', '0');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user