]> BookStack Code Mirror - bookstack/commitdiff
Update HomeController.php
authorJonatanRek <redacted>
Fri, 22 Sep 2023 09:19:17 +0000 (11:19 +0200)
committerGitHub <redacted>
Fri, 22 Sep 2023 09:19:17 +0000 (11:19 +0200)
app/App/HomeController.php

index ab62e6d57bd7a2182232051ef3cc5f241e03b6cc..24b7c3ed819eacb1e0f7dbe04638446dfdf69197 100644 (file)
@@ -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
+}