mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 12:34:24 +00:00
1dfb75545f
Fetch Currency Rate Logic Class Create Currency Rate Logic Class Update Currency Rate Logic Class Currency Rate Converter Rate
11 lines
129 B
PHP
11 lines
129 B
PHP
<?php
|
|
|
|
namespace App\Models;
|
|
|
|
|
|
class CurrencyRateLog extends AbstractModel
|
|
{
|
|
protected $table = 'currency_rate_logs';
|
|
|
|
}
|