Files
faveo/app/Model/kb/Footer2.php
2016-02-24 20:38:42 +05:30

12 lines
186 B
PHP

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