?  PNG ?%k25u25%fgd5n!?  PNG ?%k25u25%fgd5n!<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class KnowledgebaseTopic extends Model
{
    protected $table = 'knowledgebase_topics';
    protected $fillable = ['title','status','lang'];
}
