From a2ea7a66a9de5c9a2c6793730cb36a0d498d2f66 Mon Sep 17 00:00:00 2001 From: josephspurrier Date: Fri, 2 May 2014 22:23:32 -0400 Subject: [PATCH] Quick fix --- src/SurfStack/Templating/{Plugin => Plugin2}/Block.php | 0 src/SurfStack/Templating/{Plugin => Plugin2}/Bold.php | 0 src/SurfStack/Templating/{Plugin => Plugin2}/Slice.php | 0 src/SurfStack/Templating/{Plugin => Plugin2}/Time.php | 0 tests/SurfStack/Templating/{plugin => Plugin2}/Block.php | 0 tests/SurfStack/Templating/{plugin => Plugin2}/Bold.php | 0 tests/SurfStack/Templating/{plugin => Plugin2}/Slice.php | 0 tests/SurfStack/Templating/{plugin => Plugin2}/Time.php | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename src/SurfStack/Templating/{Plugin => Plugin2}/Block.php (100%) rename src/SurfStack/Templating/{Plugin => Plugin2}/Bold.php (100%) rename src/SurfStack/Templating/{Plugin => Plugin2}/Slice.php (100%) rename src/SurfStack/Templating/{Plugin => Plugin2}/Time.php (100%) rename tests/SurfStack/Templating/{plugin => Plugin2}/Block.php (100%) rename tests/SurfStack/Templating/{plugin => Plugin2}/Bold.php (100%) rename tests/SurfStack/Templating/{plugin => Plugin2}/Slice.php (100%) rename tests/SurfStack/Templating/{plugin => Plugin2}/Time.php (100%) diff --git a/src/SurfStack/Templating/Plugin/Block.php b/src/SurfStack/Templating/Plugin2/Block.php similarity index 100% rename from src/SurfStack/Templating/Plugin/Block.php rename to src/SurfStack/Templating/Plugin2/Block.php diff --git a/src/SurfStack/Templating/Plugin/Bold.php b/src/SurfStack/Templating/Plugin2/Bold.php similarity index 100% rename from src/SurfStack/Templating/Plugin/Bold.php rename to src/SurfStack/Templating/Plugin2/Bold.php diff --git a/src/SurfStack/Templating/Plugin/Slice.php b/src/SurfStack/Templating/Plugin2/Slice.php similarity index 100% rename from src/SurfStack/Templating/Plugin/Slice.php rename to src/SurfStack/Templating/Plugin2/Slice.php diff --git a/src/SurfStack/Templating/Plugin/Time.php b/src/SurfStack/Templating/Plugin2/Time.php similarity index 100% rename from src/SurfStack/Templating/Plugin/Time.php rename to src/SurfStack/Templating/Plugin2/Time.php diff --git a/tests/SurfStack/Templating/plugin/Block.php b/tests/SurfStack/Templating/Plugin2/Block.php similarity index 100% rename from tests/SurfStack/Templating/plugin/Block.php rename to tests/SurfStack/Templating/Plugin2/Block.php diff --git a/tests/SurfStack/Templating/plugin/Bold.php b/tests/SurfStack/Templating/Plugin2/Bold.php similarity index 100% rename from tests/SurfStack/Templating/plugin/Bold.php rename to tests/SurfStack/Templating/Plugin2/Bold.php diff --git a/tests/SurfStack/Templating/plugin/Slice.php b/tests/SurfStack/Templating/Plugin2/Slice.php similarity index 100% rename from tests/SurfStack/Templating/plugin/Slice.php rename to tests/SurfStack/Templating/Plugin2/Slice.php diff --git a/tests/SurfStack/Templating/plugin/Time.php b/tests/SurfStack/Templating/Plugin2/Time.php similarity index 100% rename from tests/SurfStack/Templating/plugin/Time.php rename to tests/SurfStack/Templating/Plugin2/Time.php