Test the currency exchange controller.

This commit is contained in:
James Cole
2018-07-02 16:06:49 +02:00
parent 7629dfd54a
commit f27eb084c7
3 changed files with 104 additions and 1 deletions

View File

@@ -36,6 +36,9 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
* @property TransactionCurrency $fromCurrency
* @property TransactionCurrency $toCurrency
* @property float $rate
* @property Carbon $date
* @property int $from_currency_id
* @property int $to_currency_id
*
*/
class CurrencyExchangeRate extends Model