Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-04-18 13:47:47 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2016-04-18 13:47:47 +0300
commitd0c5d794a060a7e8d056a32c63168a2b36d0c77b (patch)
treec2f6470e8c84b5f11f1a29aefae3feea463f83a8 /.mention-bot
parent14fdafaede311ccebcb35729d4643554580d4071 (diff)
Adjust notification paths to PSR-4
Diffstat (limited to '.mention-bot')
-rw-r--r--.mention-bot4
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/**"
]