mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
test
This commit is contained in:
@ -41,7 +41,7 @@ class BookController extends Controller
|
|||||||
$popular = $this->entityRepo->getPopular('book', 3, 0);
|
$popular = $this->entityRepo->getPopular('book', 3, 0);
|
||||||
$display = $this->currentUser->display;
|
$display = $this->currentUser->display;
|
||||||
$this->setPageTitle('Books');
|
$this->setPageTitle('Books');
|
||||||
return view('books/index', ['books' => $books, 'recents' => $recents, 'popular' => $popular, 'display' => $display]); //added displaly to access user display
|
return view('books/index', ['books' => $books, 'recents' => $recents, 'popular' => $popular, 'display' => $display]); //added displaly to access user display
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user