belongsTo(User::class); } public function tax() { return $this->belongsTo(Tax::class); } }