belongsTo(Profile::class, 'profile_id'); } public function url() { return url("/i/invite/code/{$this->key}/{$this->token}"); } }