Files
faveo/app/Model/kb/Footer2.php
2015-12-22 14:09:23 +05:30

11 lines
181 B
PHP

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