Skip to content

Commit

Permalink
bugfix remove dd
Browse files Browse the repository at this point in the history
  • Loading branch information
sayadaazami committed Jun 24, 2017
1 parent b8b60c1 commit a4bab29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Plate.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ public function validate($plate = null, $softCheck = false)
if ($softCheck) {
return false;
} else {
dd($plate);
throw new PlateIsNotValid("Plate Number Is Not Valid");
}
}
Expand Down

0 comments on commit a4bab29

Please sign in to comment.