Hi i encountered this issue when i tried to use the webhook client, i've been googling for some time and i saw the answer was just to make sure we are using PHP 7.4, and i'm using PHP 7.4.
it happens on the file vendor/spatie/laravel-webhook-client/src/WebhookClientServiceProvider.php first is on the line 34 with $url, second is on the line 38, $config. I am using PHP 7.4.21 but still unable to get this through unless i change the fn to normal function . kindly advice.
Hi i encountered this issue when i tried to use the webhook client, i've been googling for some time and i saw the answer was just to make sure we are using PHP 7.4, and i'm using PHP 7.4.
it happens on the file
vendor/spatie/laravel-webhook-client/src/WebhookClientServiceProvider.php
first is on the line 34 with$url
, second is on the line 38,$config
. I am using PHP 7.4.21 but still unable to get this through unless i change thefn
to normalfunction
. kindly advice.