mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 12:34:01 +00:00
11 lines
129 B
PHP
11 lines
129 B
PHP
<?php
|
|
|
|
namespace App\Models;
|
|
|
|
|
|
class CurrencyRateLog extends AbstractModel
|
|
{
|
|
protected $table = 'currency_rate_logs';
|
|
|
|
}
|