mirror of
https://github.com/flarum/framework.git
synced 2025-06-05 07:24:33 +08:00
Fix order of arguments.
This commit is contained in:
@ -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
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user