mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
New code being new
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
6e4a90ba36
commit
7599cbb529
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Reference in a new issue