示例#1
0
 /**
  * Get the currency for the billable entity.
  *
  * @return string
  */
 protected function getCurrency()
 {
     return $this->billable->getCurrency();
 }