コード例 #1
0
 /**
  * Return all records including those that have been soft deleted 
  *
  *
  * @return PaymentRequest
  */
 public function all()
 {
     return PaymentRequest::withTrashed();
 }