mardi 25 août 2020

Laravel Clousure

I keep getting this Opis\Closure\ClosureStream::stream_set_option is not implemented! when I'm running a closure using the dispatch helper.

        dispatch(function () use ($done) {
            foreach ($done as $order) {
              try{
                Log::info("Some code");
              }catch(\Exception $e){
                continue;
              }
            }
        });

It's been years since I've worked with PHP and I'm really stuck on this part.

I'm using vagrant with laravel 5.8 and my PHP 7.4.

Thanks in advance guys.



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2QqjaQl
via IFTTT

Aucun commentaire:

Enregistrer un commentaire