update table fixed

This commit is contained in:
JaguarJack
2021-08-19 19:37:31 +08:00
parent 66e2ea5141
commit c5164e25e9

View File

@@ -174,7 +174,9 @@ class HeaderItem
*/ */
public function fixed($fixed = true) public function fixed($fixed = true)
{ {
return $this->attributes['fixed'] = $fixed; $this->attributes['fixed'] = $fixed;
return $this;
} }
/** /**