| Path : /var/www/html/usd_loan_system/app/Models/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/usd_loan_system/app/Models/Currency.php |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Currency extends Model
{
protected $table = "currencies";
public $timestamps = true;
protected $guarded = ['id'];
protected $casts = [
'status' => 'boolean'
];
}