Merge pull request #2754 from nextcloud/activities-manager-publish-exception
Activities IManager throws an BadMethodCallException
This commit is contained in:
commit
16a55d5521
|
@ -64,6 +64,7 @@ interface IManager {
|
|||
* - setSubject()
|
||||
*
|
||||
* @param IEvent $event
|
||||
* @throws \BadMethodCallException if required values have not been set
|
||||
* @since 8.2.0
|
||||
*/
|
||||
public function publish(IEvent $event);
|
||||
|
|
Loading…
Reference in New Issue