*/ protected $hidden = [ 'uuid', ]; public function captchaLogs(): HasMany { return $this->hasMany(CaptchaLog::class); } }