Quellcode durchsuchen

New code being new

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v26.0.0beta1
Joas Schilling vor 1 Jahr
Ursprung
Commit
7599cbb529
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 1
    3
      core/Migrations/Version25000Date20221007010957.php

+ 1
- 3
core/Migrations/Version25000Date20221007010957.php Datei anzeigen

@@ -38,9 +38,7 @@ use OCP\Migration\SimpleMigrationStep;
*
*/
class Version25000Date20221007010957 extends SimpleMigrationStep {

/** @var IDBConnection */
protected $connection;
protected IDBConnection $connection;

public function __construct(IDBConnection $connection) {
$this->connection = $connection;

Laden…
Abbrechen
Speichern