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(); $exists = $favicons->restoreOriginalIfNotExists();
return response()->file($exists ? $favicons->getPath() : $favicons->getOriginalPath()); return response()->file($exists ? $favicons->getPath() : $favicons->getOriginalPath());
} }
} }