File "SettingsCont-20250405105123.php"
Full Path: /home/fundopuh/trader.fxex.org/app/Models/SettingsCont-20250405105123.php
File size: 309 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
// this Code is Cracked by dharunMods-YouTube-Channel
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class SettingsCont extends Model
{
use HasFactory;
protected $casts = [
'use_transfer' => 'boolean',
];
}