mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
New line fix
This commit is contained in:
parent
2a2f893fcc
commit
10e8e1a88d
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user