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