• File: History.php
  • Full Path: /home/masbinta/public_html/core/app/Models/History.php
  • File size: 191 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class History extends Model
{
    public function language() {
        return $this->belongsTo('App\Language');
    }
}