Exemplo n.º 1
0
 protected function number($type)
 {
     $num = TaskC::where('type', '=', $type)->count();
     return $num;
 }