Apply fixes from StyleCI
This commit is contained in:
parent
77d735be0c
commit
a686a0a886
@ -472,7 +472,8 @@ trait UpdateHandler
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function pwr_webhook($update) {
|
public function pwr_webhook($update)
|
||||||
|
{
|
||||||
$ch = curl_init();
|
$ch = curl_init();
|
||||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||||
curl_setopt($ch, CURLOPT_URL, $this->hook_url);
|
curl_setopt($ch, CURLOPT_URL, $this->hook_url);
|
||||||
|
Loading…
Reference in New Issue
Block a user