예제 #1
0
파일: Eloquent.php 프로젝트: emayk/ics
 /**
  * @return bool
  */
 public function emptyStatus()
 {
     return Status::count() == 0;
 }