diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-05 18:28:30 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-05 18:28:30 -0400 |
commit | 33098e4e11ba451d0b4fed7f8f41820e2bb66bd4 (patch) | |
tree | 94d0a6b77b975d9da1183a48f5050179b46ce34a /doc/plugin-notifications.markdown | |
parent | 5ffdf286e7cebd522f406fbeb83f78e4e4a3b711 (diff) |
Minor doc updates
Diffstat (limited to 'doc/plugin-notifications.markdown')
-rw-r--r-- | doc/plugin-notifications.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugin-notifications.markdown b/doc/plugin-notifications.markdown index 4900b34b..868f6aef 100644 --- a/doc/plugin-notifications.markdown +++ b/doc/plugin-notifications.markdown @@ -24,7 +24,7 @@ When your handler is registered, the end-user can choose to receive the new noti Notification Handler -------------------- -Your notification handler must implement the interface `Kanboard\Notification\NotificationInterface`: +Your notification handler must implement the interface `Kanboard\Core\Notification\NotificationInterface`: ```php interface NotificationInterface |