Skip to content

Commit

Permalink
Remove not used statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzmany committed Mar 21, 2019
1 parent c34ef47 commit 2a7281d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/PublicController.php
Expand Up @@ -27,7 +27,7 @@ class PublicController extends CommonController
public function getAction($token, $value, $type)
{
$barcodeGenerator = (new Generator($token))->get();
$barcode = $barcodeGenerator->getBarcode($value, $type, 2, $this->request->get('height', 30));
$barcode = $barcodeGenerator->getBarcode($value, $type);
$img = $token.'.png';

$response = new Response();
Expand Down

0 comments on commit 2a7281d

Please sign in to comment.