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

10 lines
178 B
PHP

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