芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/app/Models/Dashboard.php
'boolean', ]; /** * The attributes that aren't mass assignable. * * @var array */ protected $guarded = []; /** * Get the user. */ public function user() { return $this->belongsTo(User::class, 'user_id'); } }