File "Admin-20250405105118.php"

Full Path: /home/fundopuh/trader.fxex.org/app/Models/Admin-20250405105118.php
File size: 406 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\Foundation\Auth\User as Authenticatable;
use Illuminate\Database\Eloquent\Model;

class Admin extends Authenticatable
{
    use HasFactory;
    protected $guard = 'admin';
    
    protected $hidden = [
        'password', 'remember_token',
    ];
}