Browse Source

New code being new

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v26.0.0beta1
Joas Schilling 1 year ago
parent
commit
7599cbb529
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      core/Migrations/Version25000Date20221007010957.php

+ 1
- 3
core/Migrations/Version25000Date20221007010957.php View File

@@ -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;

Loading…
Cancel
Save