From 8e0f4ddb6dfcbec61100aafbd4d80d8178a14c54 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 24 Jul 2011 11:25:30 +0200 Subject: [PATCH] Moved to new cache builder folder Moved CacheBuilderUserNotificationObjectType to the cache builder folder, updated the namespace and used the namespace of ICacheBuilder. --- .../CacheBuilderUserNotificationObjectType.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename com.woltlab.wcf.notification/files/lib/system/cache/{ => builder}/CacheBuilderUserNotificationObjectType.class.php (97%) diff --git a/com.woltlab.wcf.notification/files/lib/system/cache/CacheBuilderUserNotificationObjectType.class.php b/com.woltlab.wcf.notification/files/lib/system/cache/builder/CacheBuilderUserNotificationObjectType.class.php similarity index 97% rename from com.woltlab.wcf.notification/files/lib/system/cache/CacheBuilderUserNotificationObjectType.class.php rename to com.woltlab.wcf.notification/files/lib/system/cache/builder/CacheBuilderUserNotificationObjectType.class.php index 2a7950ccda..3d8dcd7107 100644 --- a/com.woltlab.wcf.notification/files/lib/system/cache/CacheBuilderUserNotificationObjectType.class.php +++ b/com.woltlab.wcf.notification/files/lib/system/cache/builder/CacheBuilderUserNotificationObjectType.class.php @@ -1,7 +1,8 @@