New line fix

This commit is contained in:
JonatanRek 2023-09-22 11:19:34 +02:00
parent 2a2f893fcc
commit 10e8e1a88d
1 changed files with 1 additions and 1 deletions

View File

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