Skip to content

Commit

Permalink
v0.2.3 remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
reindertvetter committed Jan 27, 2017
1 parent 40fadb6 commit 042cc0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myparcelnl/sdk",
"version": "v0.2.3",
"version": "v0.2.4",
"description": "This package is designed to send and receive data from MyParcel by means of an API.",
"homepage": "https://www.myparcel.nl",
"tags": ["MyParcel", "My Parcel", "Post NL", "PostNL"],
Expand Down
8 changes: 0 additions & 8 deletions src/AutoLoader.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
<?php

if(!function_exists('dump')) {
function dump($var) {
var_dump($var);
exit;
}
}

include_once ('Helper/MyParcelCollection.php');
include_once ('Helper/MyParcelCurl.php');
include_once ('Model/MyParcelRequest.php');
Expand Down

0 comments on commit 042cc0d

Please sign in to comment.