mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Adjust notification paths to PSR-4
This commit is contained in:
parent
14fdafaede
commit
d0c5d794a0
1 changed files with 2 additions and 2 deletions
|
|
@ -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/**"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue