Files
faveo/code/app/Model/kb/Footer3.php
2015-11-30 16:38:59 +05:30

11 lines
181 B
PHP

<?php namespace App\Model\kb;
use Illuminate\Database\Eloquent\Model;
class Footer3 extends Model {
protected $table = 'footer3';
protected $fillable = ['title', 'footer'];
}