summaryrefslogtreecommitdiffstats
path: root/lib/Command/Updater/BeforeUpdate.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/Updater/BeforeUpdate.php')
-rw-r--r--lib/Command/Updater/BeforeUpdate.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Command/Updater/BeforeUpdate.php b/lib/Command/Updater/BeforeUpdate.php
index 787125c32..605a2c9ee 100644
--- a/lib/Command/Updater/BeforeUpdate.php
+++ b/lib/Command/Updater/BeforeUpdate.php
@@ -29,6 +29,9 @@ class BeforeUpdate extends Command
$this->updaterService = $updater;
}
+ /**
+ * @return void
+ */
protected function configure()
{
$this->setName('news:updater:before-update')