fixup! use HSTS when doing request with the HttpClient

use_HSTS
Roeland Jago Douma 2 years ago
parent 8237712a8f
commit 589e7b11a4
No known key found for this signature in database
GPG Key ID: F941078878347C0C

@ -37,14 +37,6 @@ use OCP\Migration\SimpleMigrationStep;
*/
class Version26000Date20221011203714 extends SimpleMigrationStep {
/**
* @param IOutput $output
* @param Closure(): ISchemaWrapper $schemaClosure
* @param array $options
*/
public function preSchemaChange(IOutput $output, Closure $schemaClosure, array $options): void {
}
/**
* @param IOutput $output
* @param Closure(): ISchemaWrapper $schemaClosure
@ -77,11 +69,4 @@ class Version26000Date20221011203714 extends SimpleMigrationStep {
return $schema;
}
/**
* @param IOutput $output
* @param Closure(): ISchemaWrapper $schemaClosure
g * @param array $options
*/
public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options): void {
}
}

Loading…
Cancel
Save