Files
faveo/app/Model/kb/Footer4.php
2016-02-16 22:42:08 +05:30

13 lines
189 B
PHP

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