Update HomeController.php

This commit is contained in:
JonatanRek 2023-09-22 11:19:17 +02:00 committed by GitHub
parent 2a2f893fcc
commit 7e09c9a147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -140,4 +140,4 @@ class HomeController extends Controller
$exists = $favicons->restoreOriginalIfNotExists();
return response()->file($exists ? $favicons->getPath() : $favicons->getOriginalPath());
}
}
}