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

namespace App;

use Illuminate\Database\Eloquent\Model;

class CoursesCategoryLang extends Model
{
    protected $table = 'courses_category_langs';
    protected $fillable = ['cat_id','title','lang'];
}
