]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2a2f893
)
Update HomeController.php
author
JonatanRek
<redacted>
Fri, 22 Sep 2023 09:19:17 +0000
(11:19 +0200)
committer
GitHub
<redacted>
Fri, 22 Sep 2023 09:19:17 +0000
(11:19 +0200)
app/App/HomeController.php
patch
|
blob
|
history
diff --git
a/app/App/HomeController.php
b/app/App/HomeController.php
index ab62e6d57bd7a2182232051ef3cc5f241e03b6cc..24b7c3ed819eacb1e0f7dbe04638446dfdf69197 100644
(file)
--- 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
+}