user_token.'/'.$this->random_token; return "{$base}{$path}"; } public function user() { return $this->belongsTo(User::class); } }