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){ if($customBackgroundExists == true){
$customBackgroundBrightness = analyzeImageBrightness($customBackgroundFile); $customBackgroundBrightness = analyzeImageBrightness($customBackgroundFile);
} else { } else {
$customBackgroundBrightness == false;} $customBackgroundBrightness = false;}
@endphp @endphp
@if($customBackgroundExists == true) @if($customBackgroundExists == true)