Example #1
0
 public static function interesses()
 {
     return Interesse::where('id', '>', '0');
 }