diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-04-18 11:46:49 +0200 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-04-18 11:46:49 +0200 |
commit | ab701f076d6f6de71ba154daf10c03ef0a4159f5 (patch) | |
tree | 8d778d856d5a483131a5bb211cf80c2bf3b7a413 /lib/private | |
parent | 85d809c0d3cda16e9ef12f57c4225c868b17915b (diff) | |
parent | 3301bfd1956d133b4e06e2690f4520d240d54026 (diff) | |
download | nextcloud-server-ab701f076d6f6de71ba154daf10c03ef0a4159f5.tar.gz nextcloud-server-ab701f076d6f6de71ba154daf10c03ef0a4159f5.zip |
Merge pull request #24050 from owncloud/notification_psr4
Move \OC\Notification to PSR-4
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/Notification/Action.php (renamed from lib/private/notification/action.php) | 0 | ||||
-rw-r--r-- | lib/private/Notification/Manager.php (renamed from lib/private/notification/manager.php) | 0 | ||||
-rw-r--r-- | lib/private/Notification/Notification.php (renamed from lib/private/notification/notification.php) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/lib/private/notification/action.php b/lib/private/Notification/Action.php index deac6807653..deac6807653 100644 --- a/lib/private/notification/action.php +++ b/lib/private/Notification/Action.php diff --git a/lib/private/notification/manager.php b/lib/private/Notification/Manager.php index 3ddc9b21161..3ddc9b21161 100644 --- a/lib/private/notification/manager.php +++ b/lib/private/Notification/Manager.php diff --git a/lib/private/notification/notification.php b/lib/private/Notification/Notification.php index db0a76a7c32..db0a76a7c32 100644 --- a/lib/private/notification/notification.php +++ b/lib/private/Notification/Notification.php |