From 802bf3d5a480c440f1d31bd70caef70c73c7b00e Mon Sep 17 00:00:00 2001 From: VeeeneX Date: Mon, 6 Jul 2015 23:51:57 +0200 Subject: [PATCH] Typo in extension --- src/Adapter/JSON.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Adapter/JSON.php b/src/Adapter/JSON.php index 74e8d41..7a0b7c0 100644 --- a/src/Adapter/JSON.php +++ b/src/Adapter/JSON.php @@ -23,7 +23,7 @@ class JSON extends AbstractAdapter { - public $extension = ".php"; + public $extension = ".json"; public function parse($data) {