Skip to content
This repository was archived by the owner on Aug 9, 2018. It is now read-only.

Commit 2910104

Browse files
committed
fix
1 parent 51af87f commit 2910104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Sirian/OpenExchangeRatesBundle/Manager/DoctrineORMExchangeRateManager.php

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ protected function downloadRates(\DateTime $date)
2828
$em->flush($rate);
2929
} catch (\Exception $e) {
3030
}
31+
return $rate;
3132
}
3233

3334

0 commit comments

Comments
 (0)