mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-30 15:42:41 +01:00
Changed public getImageURL function to private.
This commit is contained in:
parent
5b736c3b36
commit
6ad24a6bee
@ -133,7 +133,7 @@ class BookController extends Controller
|
||||
* @param $image
|
||||
* @return $path
|
||||
*/
|
||||
public function getBookCoverURL($image)
|
||||
private function getBookCoverURL($image)
|
||||
{
|
||||
$input = time().'-'.$image->getClientOriginalName();
|
||||
$destinationPath = public_path('uploads/book/');
|
||||
|
Loading…
Reference in New Issue
Block a user