File "Tp_Transaction-20250405094932.php"
Full Path: /home/fundopuh/trader.fxex.org/app/Models/Tp_Transaction-20250405094932.php
File size: 298 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 Tp_Transaction extends Model
{
use HasFactory;
protected $fillable=['user','plan','amount','type'];
}