Files
faveo/app/Model/kb/Footer.php
2016-06-13 20:41:55 +05:30

12 lines
167 B
PHP

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