Skip to content

Commit

Permalink
update name class
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowRunescape authored Dec 16, 2020
1 parent 45317d4 commit d2c5ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions API/MineCart.class.php → API/Minecart.class.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
class MineCart {
class Minecart {
private static $shopToken;

/*
Expand Down Expand Up @@ -60,4 +60,4 @@ private static function curlRequest($url, $customRequest, $postFields = null, $c

return json_decode($curlResponse, true);
}
}
}

0 comments on commit d2c5ac4

Please sign in to comment.