微调
This commit is contained in:
@@ -20,7 +20,7 @@ trait ScopeStatus
|
||||
*/
|
||||
public function scopeShown($query)
|
||||
{
|
||||
return $query->where('status',1);
|
||||
return $query->where('status', 1);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user