浏览代码

New code being new

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v26.0.0beta1
Joas Schilling 1年前
父节点
当前提交
7599cbb529
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1
    3
      core/Migrations/Version25000Date20221007010957.php

+ 1
- 3
core/Migrations/Version25000Date20221007010957.php 查看文件

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

正在加载...
取消
保存