Browse Source

:octocat: change default value of QROptionsTrait::$imageTransparent to false

smiley 2 years ago
parent
commit
1c8073711b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/QROptionsTrait.php

+ 1 - 1
src/QROptionsTrait.php

@@ -253,7 +253,7 @@ trait QROptionsTrait{
 	 *
 	 *
 	 * @see https://github.com/chillerlan/php-qrcode/discussions/121
 	 * @see https://github.com/chillerlan/php-qrcode/discussions/121
 	 */
 	 */
-	protected bool $imageTransparent = true;
+	protected bool $imageTransparent = false;
 
 
 	/**
 	/**
 	 * Sets a transparency color for when {@see \chillerlan\QRCode\QROptions::$imageTransparent QROptions::$imageTransparent} is set to true.
 	 * Sets a transparency color for when {@see \chillerlan\QRCode\QROptions::$imageTransparent QROptions::$imageTransparent} is set to true.