diff options
Diffstat (limited to 'apps/updatenotification/appinfo')
-rw-r--r-- | apps/updatenotification/appinfo/info.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/updatenotification/appinfo/info.xml b/apps/updatenotification/appinfo/info.xml index a227ccd6557..4436e820b51 100644 --- a/apps/updatenotification/appinfo/info.xml +++ b/apps/updatenotification/appinfo/info.xml @@ -23,4 +23,8 @@ <settings> <admin>OCA\UpdateNotification\Settings\Admin</admin> </settings> + + <commands> + <command>OCA\UpdateNotification\Command\Check</command> + </commands> </info> |