mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 17:18:48 -04:00
Update core/Command/Db/Migrations/MigrateCommand.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
This commit is contained in:
parent
f1a19a10fc
commit
d34cafc58c
1 changed files with 3 additions and 1 deletions
|
|
@ -33,7 +33,9 @@ use Symfony\Component\Console\Input\InputInterface;
|
|||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
class MigrateCommand extends Command implements CompletionAwareInterface {
|
||||
public function __construct(private Connection $connection) {
|
||||
public function __construct(
|
||||
private Connection $connection,
|
||||
) {
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue