mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +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';
|
|
|
|
}
|