Browse Source

fixup! use HSTS when doing request with the HttpClient

Roeland Jago Douma 1 year ago
parent
commit
589e7b11a4
1 changed files with 0 additions and 15 deletions
  1. 0 15
      core/Migrations/Version26000Date20221011203714.php

+ 0 - 15
core/Migrations/Version26000Date20221011203714.php

@@ -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 {
-	}
 }