From bd27eadf9e14335efdd4a537269ad2f5b49efc14 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 18 May 2016 18:21:27 +0200 Subject: [PATCH] Move \OCP\Notification to PSR-4 --- lib/public/{notification/iaction.php => Notification/IAction.php} | 0 lib/public/{notification/iapp.php => Notification/IApp.php} | 0 .../{notification/imanager.php => Notification/IManager.php} | 0 .../inotification.php => Notification/INotification.php} | 0 .../{notification/inotifier.php => Notification/INotifier.php} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename lib/public/{notification/iaction.php => Notification/IAction.php} (100%) rename lib/public/{notification/iapp.php => Notification/IApp.php} (100%) rename lib/public/{notification/imanager.php => Notification/IManager.php} (100%) rename lib/public/{notification/inotification.php => Notification/INotification.php} (100%) rename lib/public/{notification/inotifier.php => Notification/INotifier.php} (100%) diff --git a/lib/public/notification/iaction.php b/lib/public/Notification/IAction.php similarity index 100% rename from lib/public/notification/iaction.php rename to lib/public/Notification/IAction.php diff --git a/lib/public/notification/iapp.php b/lib/public/Notification/IApp.php similarity index 100% rename from lib/public/notification/iapp.php rename to lib/public/Notification/IApp.php diff --git a/lib/public/notification/imanager.php b/lib/public/Notification/IManager.php similarity index 100% rename from lib/public/notification/imanager.php rename to lib/public/Notification/IManager.php diff --git a/lib/public/notification/inotification.php b/lib/public/Notification/INotification.php similarity index 100% rename from lib/public/notification/inotification.php rename to lib/public/Notification/INotification.php diff --git a/lib/public/notification/inotifier.php b/lib/public/Notification/INotifier.php similarity index 100% rename from lib/public/notification/inotifier.php rename to lib/public/Notification/INotifier.php