コード例 #1
0
 /**
  * Get driver sticker price.
  *
  * @return mixed
  */
 public function getStickerPrice()
 {
     return EloquentCountryRepository::where('iso', '=', $this->getCountry())->first()->sticker_price;
 }