order->fill($attr); return $this; } public function update() { // モデル更新 $this->save(); return []; } }