Files
faveo/app/Model/kb/Footer4.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 Footer4 extends Model
{
protected $table = 'footer4';
protected $fillable = ['title', 'footer'];
}