Adjust notification paths to PSR-4

This commit is contained in:
Joas Schilling 2016-04-18 12:47:47 +02:00
parent 14fdafaede
commit d0c5d794a0
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
1 changed files with 2 additions and 2 deletions

View File

@ -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/**"
]