Esempio n. 1
0
 /**
  * @param $id
  *
  * @return PaymentModel
  */
 public static function findById($id)
 {
     return PaymentModel::find($id);
 }