protected function save() { Closure::where('info_id', $this->qdn->id)->update($this->setOfClosureCollection()); return $this; }
public static function getCount($status) { return Closure::where('status', $status)->count(); }