'required|string', 'public_key' => 'required|string', ]; public function user(): BelongsTo { return $this->belongsTo(User::class); } }