芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/app/Models/Admin/Footer.php
[ 'source' => 'title', 'maxLength' => null, 'maxLengthKeepWords' => true, 'method' => null, 'separator' => '-', 'unique' => true, 'uniqueSuffix' => null, 'includeTrashed' => false, 'reserved' => null, 'onUpdate' => false ] ]; } /** * The attributes that are mass assignable. * * @var array */ protected $fillable = [ 'language_id', 'category_id', 'category_name', 'title', 'url', 'status', 'order', 'footer_slug', ]; public function footer_category() { return $this->belongsTo('App\Models\Admin\footerCategory','category_id','id'); } }