Skip to content

Commit

Permalink
events refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathologic committed Dec 3, 2022
1 parent 181cbbe commit 65d7fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Users/UserEdit.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function process(): \Illuminate\Database\Eloquent\Model

// invoke OnWebSaveUser event
if ($this->events) {
EvolutionCMS()->invokeEvent("OnUserFormSave", [
EvolutionCMS()->invokeEvent("OnUserSave", [
"mode" => "upd",
"user" => $this->userData,
"userid" => $user->getKey(),
Expand Down

0 comments on commit 65d7fb2

Please sign in to comment.