This commit is contained in:
Julian Prieber 2023-02-13 18:43:42 +01:00
parent 5c73cc3c59
commit dd722620cb

View File

@ -53,7 +53,7 @@ $customBackgroundExists = file_exists($customBackgroundPath);
if($customBackgroundExists == true){
$customBackgroundBrightness = analyzeImageBrightness($customBackgroundFile);
} else {
$customBackgroundBrightness == false;}
$customBackgroundBrightness = false;}
@endphp
@if($customBackgroundExists == true)