This commit is contained in:
2022-07-04 16:09:41 +08:00
parent 35b7fbc9fa
commit 8c28733e02
2 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ trait ScopeStatus
*/
public function scopeShown($query)
{
return $query->where('status',1);
return $query->where('status', 1);
}
}