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

12 lines
169 B
PHP

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