belongsTo(Language::class); } public function tip() { return $this->belongsTo(Tip::class); } }