laravel-inbox
laravel-inbox copied to clipboard
Call to a member function received() on null
Hi am currently running into this error after successfully installing the package.
Are you authenticated? The issue here is related to auth()->user() and not to the package itself. Try dumping Auth::check() or Auth::user() to verify.