Files
faveo/app/Model/kb/Footer3.php
2016-02-16 22:42:08 +05:30

13 lines
188 B
PHP

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