示例#1
0
 public function isTodaysCurrencyRatesFetched()
 {
     return CurrencyRate::forToday()->count() > 0;
 }