mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-22 22:59:58 +08:00
Changed public getImageURL function to private.
This commit is contained in:
@ -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/');
|
||||
|
Reference in New Issue
Block a user