Update HomeController.php

This commit is contained in:
JonatanRek
2023-09-22 11:19:17 +02:00
committed by GitHub
parent 2a2f893fcc
commit 7e09c9a147

View File

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