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

namespace App\Models;

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

class RelatedTopic extends Model
{
    use HasFactory;

    //Relation to Related Topics one topic
    public function topic()
    {
        return $this->belongsTo('App\Models\Topic', 'topic2_id');
    }
}
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File