Browse Source
Update since to the correct version
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/15040/head
Joas Schilling
6 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
1 additions and
1 deletions
-
lib/private/Notification/Manager.php
|
|
|
@ -67,7 +67,7 @@ class Manager implements IManager { |
|
|
|
/** |
|
|
|
* @param string $appClass The service must implement IApp, otherwise a |
|
|
|
* \InvalidArgumentException is thrown later |
|
|
|
* @since 9.0.0 |
|
|
|
* @since 17.0.0 |
|
|
|
*/ |
|
|
|
public function registerApp(string $appClass): void { |
|
|
|
$this->appClasses[] = $appClass; |
|
|
|
|