Answer the question
In order to leave comments, you need to log in
Will laravel horizont execute class constructor on dispatch?
Good day, who worked with laravel horizont
I have in the class constructor that I dispatch-chu
There is an opening of the curl resource
public function __construct()
{
$this->curl = curl_init();
$this->poster->login($this->accesses);
ErrorException: curl_setopt() expects parameter 1 to be resource, integer given in....
#0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'curl_setopt() e...', ' /var/www/html/w...', 177, Array)#1 script.php(177): curl_setopt(0, 10002, ' https://api-cab... ')
public function __wakeup()
{
$this->curl = curl_init();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question