diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-04-18 12:47:47 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-04-18 12:47:47 +0200 |
commit | d0c5d794a060a7e8d056a32c63168a2b36d0c77b (patch) | |
tree | c2f6470e8c84b5f11f1a29aefae3feea463f83a8 /.mention-bot | |
parent | 14fdafaede311ccebcb35729d4643554580d4071 (diff) | |
download | nextcloud-server-d0c5d794a060a7e8d056a32c63168a2b36d0c77b.tar.gz nextcloud-server-d0c5d794a060a7e8d056a32c63168a2b36d0c77b.zip |
Adjust notification paths to PSR-4
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.mention-bot b/.mention-bot index 5997a7a03bb..91ad57d8509 100644 --- a/.mention-bot +++ b/.mention-bot @@ -11,8 +11,8 @@ { "name": "nickvergessen", "files": [ - "lib/private/activity/**", - "lib/private/notification/**", + "lib/private/Activity/**", + "lib/private/Notification/**", "lib/public/activity/**", "lib/public/notification/**" ] |