예제 #1
0
파일: TaskC.php 프로젝트: xrfind/viewx
 protected function number($type)
 {
     $num = TaskC::where('type', '=', $type)->count();
     return $num;
 }