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