hasMany('App\Item'); } /** * The settings that belong to the user. */ public function settings() { return $this->belongsToMany('App\Setting')->withPivot('value'); } }