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

12 lines
184 B
PHP

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