diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-30 11:48:09 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-30 16:03:17 +0100 |
commit | c1d67cc614ffd95f828ab9cad6e7b26846c7a67d (patch) | |
tree | 6f759773c41587ca22f83740e78cde1166b9625e /core/register_command.php | |
parent | cc26a503a30ec6211bda539dbf3bbccec98c9b6d (diff) | |
download | nextcloud-server-c1d67cc614ffd95f828ab9cad6e7b26846c7a67d.tar.gz nextcloud-server-c1d67cc614ffd95f828ab9cad6e7b26846c7a67d.zip |
chore: Fix DI for Encryption\DecryptAll command
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'core/register_command.php')
-rw-r--r-- | core/register_command.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/register_command.php b/core/register_command.php index ca6d3579c65..c0df3da9a06 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -9,6 +9,7 @@ declare(strict_types=1); * @author Björn Schießle <bjoern@schiessle.org> * @author Christian Kampka <christian@kampka.net> * @author Christoph Wurst <christoph@winzerhof-wurst.at> + * @author Côme Chilliet <come.chilliet@nextcloud.com> * @author Daniel Calviño Sánchez <danxuliu@gmail.com> * @author Daniel Kesselberg <mail@danielkesselberg.de> * @author Denis Mosolov <denismosolov@gmail.com> |