mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-17 05:42:06 +00:00
Added mulit image-type compatability to manager & app and added scaled image selection
This commit is contained in:
parent
32d5b12d27
commit
a3188d349c
9 changed files with 78 additions and 25 deletions
app/Http/Controllers
|
@ -18,7 +18,8 @@ class UserController extends Controller
|
|||
|
||||
/**
|
||||
* UserController constructor.
|
||||
* @param $user
|
||||
* @param User $user
|
||||
* @param UserRepo $userRepo
|
||||
*/
|
||||
public function __construct(User $user, UserRepo $userRepo)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue