Moisés Jafet

Results 3 comments of Moisés Jafet

//Laravel Framework 8.31.0 //Does not work $mixPanel = app('mixpanel'); // using app helper $mixPanel->track('Dashboard'); //Works $mixPanel = Mixpanel::getInstance(config('services.mixpanel.token')); $mixPanel->track('Dashboard');

Please take a look at [https://github.com/biscolab/laravel-recaptcha/pull/95](https://github.com/biscolab/laravel-recaptcha/pull/95). You could either "monkey-patch" your copy at `vendor/biscolab/laravel-recaptcha/src/ReCaptchaBuilderV3.php` meanwhile a permanent solution is implemented by the package's maintainer(s), or just create your class inside...

Fixing missing checking for array key null value.