From 0845b790ef7de12422e4ae77d336dbd9d5599107 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 12 Jul 2014 01:26:06 +0000 Subject: [PATCH] Move notifications to the core directory --- {app => core}/notifications/app_config.php | 0 {app => core}/notifications/app_defaults.php | 0 {app => core}/notifications/app_languages.php | 0 {app => core}/notifications/notification_edit.php | 0 {app => core}/notifications/root.php | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {app => core}/notifications/app_config.php (100%) rename {app => core}/notifications/app_defaults.php (100%) rename {app => core}/notifications/app_languages.php (100%) rename {app => core}/notifications/notification_edit.php (100%) rename {app => core}/notifications/root.php (100%) diff --git a/app/notifications/app_config.php b/core/notifications/app_config.php similarity index 100% rename from app/notifications/app_config.php rename to core/notifications/app_config.php diff --git a/app/notifications/app_defaults.php b/core/notifications/app_defaults.php similarity index 100% rename from app/notifications/app_defaults.php rename to core/notifications/app_defaults.php diff --git a/app/notifications/app_languages.php b/core/notifications/app_languages.php similarity index 100% rename from app/notifications/app_languages.php rename to core/notifications/app_languages.php diff --git a/app/notifications/notification_edit.php b/core/notifications/notification_edit.php similarity index 100% rename from app/notifications/notification_edit.php rename to core/notifications/notification_edit.php diff --git a/app/notifications/root.php b/core/notifications/root.php similarity index 100% rename from app/notifications/root.php rename to core/notifications/root.php