mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #24058 from owncloud/fix-notification-paths
Adjust notification paths to PSR-4
This commit is contained in:
commit
fd1740deb6
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