From 5bf303e55d491f5f2da236ccddbc4aa991de088a Mon Sep 17 00:00:00 2001 From: Portey Vasil Date: Thu, 25 Feb 2016 15:11:50 +0200 Subject: [PATCH] again git fix --- src/Type/Scalar/{DateTimetzType.php => DateTimeTzType.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/Type/Scalar/{DateTimetzType.php => DateTimeTzType.php} (99%) diff --git a/src/Type/Scalar/DateTimetzType.php b/src/Type/Scalar/DateTimeTzType.php similarity index 99% rename from src/Type/Scalar/DateTimetzType.php rename to src/Type/Scalar/DateTimeTzType.php index 4e9e84e8..4ee51205 100644 --- a/src/Type/Scalar/DateTimetzType.php +++ b/src/Type/Scalar/DateTimeTzType.php @@ -46,4 +46,4 @@ public function getName() } -} \ No newline at end of file +}