From 10e8e1a88dcec88b5393537f509c3d266e224fe7 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Fri, 22 Sep 2023 11:19:34 +0200 Subject: [PATCH] New line fix --- app/App/HomeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/App/HomeController.php b/app/App/HomeController.php index ab62e6d57..24b7c3ed8 100644 --- a/app/App/HomeController.php +++ b/app/App/HomeController.php @@ -140,4 +140,4 @@ class HomeController extends Controller $exists = $favicons->restoreOriginalIfNotExists(); return response()->file($exists ? $favicons->getPath() : $favicons->getOriginalPath()); } -} \ No newline at end of file +}