Remove redundant code

This commit is contained in:
Steven Qiu 2025-06-22 17:46:16 +08:00 committed by GitHub
parent 8f07b82c14
commit f0faec3450
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,8 +32,6 @@ class DetectLanguagePrefer
$response->cookie('locale', $locale, 120);
}
$response->cookie('locale', $locale, 120);
return $response;
}
}