whereNull('order_id'); } public function release() { $this->update(['order_id' => null]); } }