예제 #1
0
 /**
  * Determine if any rows exist for the current query.
  *
  * @return bool 
  * @static 
  */
 public static function exists()
 {
     //Method inherited from \Illuminate\Database\Query\Builder
     return \October\Rain\Database\QueryBuilder::exists();
 }