Skip to content

Commit 8a1fe31

Browse files
committed
fix: fix event name
1 parent b220244 commit 8a1fe31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resolver/common/account.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function logout( $args ) {
9191
);
9292

9393
$this->load->model('common/vuefront');
94-
$this->model_common_vuefront->pushEvent('login_customer', array(
94+
$this->model_common_vuefront->pushEvent('logout_customer', array(
9595
'customer_id' => $customer['id'],
9696
'firstname' => $customer['firstName'],
9797
'lastname' => $customer['lastName'],

0 commit comments

Comments
 (0)