Header type processing

This commit is contained in:
2017-10-26 09:48:08 +04:00
parent 18a5d23d07
commit 5179a7ec05
2 changed files with 4 additions and 4 deletions

View File

@ -98,7 +98,7 @@ class events {
private static function send($data, $callback) {
$curl = new curl();
$package = self::packup($data);
$curl::request($callback->url, $package);
$curl::request($callback, $package);
}
/**