<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Knowledge extends Model { protected $table = 'v2_knowledge'; protected $dateFormat = 'U'; protected $guarded = ['id']; }