<?php
namespace KommaApp\Shop\Modules\Kiyoh;
use Illuminate\Database\Eloquent\Model;
class Kiyoh extends Model
{
protected $table = 'kiyoh_score';
protected $fillable = array('url','totalScore','totalReviews');
protected $guarded = array('id');
}