mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-27 08:39:17 +00:00
Clean up
This commit is contained in:
+2
-2
@@ -330,9 +330,9 @@ class Curl
|
||||
}
|
||||
}
|
||||
|
||||
public function beforeSend($function)
|
||||
public function beforeSend($callback)
|
||||
{
|
||||
$this->before_send_function = $function;
|
||||
$this->before_send_function = $callback;
|
||||
}
|
||||
|
||||
public function success($callback)
|
||||
|
||||
Reference in New Issue
Block a user