diff options
Diffstat (limited to 'lib/private/Command/CronBus.php')
-rw-r--r-- | lib/private/Command/CronBus.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Command/CronBus.php b/lib/private/Command/CronBus.php index a0ad9b3c860..9bde4d88242 100644 --- a/lib/private/Command/CronBus.php +++ b/lib/private/Command/CronBus.php @@ -72,4 +72,4 @@ class CronBus extends AsyncBus { throw new \InvalidArgumentException('Invalid command'); } } -}
\ No newline at end of file +} |