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