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

12 lines
169 B
PHP

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