Skip to content

Commit

Permalink
fix: fix bug in model
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrdrvn committed Jun 23, 2021
1 parent 2508a6d commit b220244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/common/vuefront.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function pushEvent($name, $data)

public function request($url, $data, $token = false) {
$ch = curl_init();
$headr = array();
$headers = array();

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

Expand Down

0 comments on commit b220244

Please sign in to comment.