Skip to content

Commit

Permalink
Typo in extension
Browse files Browse the repository at this point in the history
  • Loading branch information
VeeeneX committed Jul 6, 2015
1 parent 221d657 commit 802bf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/JSON.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

class JSON extends AbstractAdapter
{
public $extension = ".php";
public $extension = ".json";

public function parse($data)
{
Expand Down

0 comments on commit 802bf3d

Please sign in to comment.