Skip to content

Commit b220244

Browse files
committed
fix: fix bug in model
1 parent 2508a6d commit b220244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/common/vuefront.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function pushEvent($name, $data)
8585

8686
public function request($url, $data, $token = false) {
8787
$ch = curl_init();
88-
$headr = array();
88+
$headers = array();
8989

9090
$headers[] = 'Content-type: application/json';
9191

0 commit comments

Comments
 (0)