Elliot Lings
Elliot Lings
I think I'm having the same problem. User should be optional? I use a PHP library which doesn't require a user for client_credential grant.
I'm getting this error, L5.5. ``` [2019-03-19 16:19:28] local.ERROR: call_user_func_array() expects parameter 1 to be a valid callback, class 'Illuminate\Foundation\Application' does not have a method 'send' {"exception":"[object] (ErrorException(code: 0): call_user_func_array()...
I have managed to get around this but it has been a bit hacky. I updated config/health/config.php `notifications.channels` with these additions: ```php 'notifications' => [ ... 'channels' => [ 'mail',...
I looked into this further and it may not be too much of a problem as I first thought. It turns out if you pass `undefined` instead of `null` they...
Thanks for the help, peeps.