From e28a47e9e0cc928e04087a548a914976401f2a96 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Sat, 10 Jul 2021 21:39:46 -0300 Subject: [PATCH] Update UserExport.php Signed-off-by: Vitor Mattos --- lib/Command/UserExport.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Command/UserExport.php b/lib/Command/UserExport.php index 0b595c773..1d73e8dcf 100644 --- a/lib/Command/UserExport.php +++ b/lib/Command/UserExport.php @@ -63,9 +63,6 @@ class UserExport extends Command { $this->groupManager = $groupManager; } - /** - * @return void - */ protected function configure() { $this ->setName('deck:export')