Skip to content

Commit

Permalink
no need for qr border
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfedr committed Mar 19, 2019
1 parent 532b90c commit 76aa505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller/Web/BuildsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ public function appQr($token)

$qr = new QrCode($install);
$qr->setSize(150);
$qr->setMargin(0);
return new QrCodeResponse($qr);
}

Expand Down

0 comments on commit 76aa505

Please sign in to comment.