示例#1
0
文件: Eloquent.php 项目: emayk/ics
 /**
  * @return bool
  */
 public function emptyStatus()
 {
     return Status::count() == 0;
 }