mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 04:31:57 +08:00
Fix order of arguments.
This commit is contained in:
parent
a19f35e8c1
commit
9621e72b9b
@ -12,7 +12,7 @@ class UploadAvatarAction extends BaseAction
|
||||
$file = $request->file('avatar');
|
||||
|
||||
$this->dispatch(
|
||||
new UploadAvatarCommand($userId, $this->actor->getUser(), $file),
|
||||
new UploadAvatarCommand($userId, $file, $this->actor->getUser()),
|
||||
$routeParams
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user