Пример #1
0
 public function synchronize()
 {
     $currencies = $this->fetch();
     foreach ($currencies as $currency) {
         $this->convert($currency);
     }
     return Currency::all();
 }
Пример #2
0
 public function index()
 {
     return Currency::all();
 }