1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

New line fix

This commit is contained in:
JonatanRek
2023-09-22 11:19:34 +02:00
parent 2a2f893fcc
commit 10e8e1a88d

View File

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