laravel-inbox icon indicating copy to clipboard operation
laravel-inbox copied to clipboard

Call to a member function received() on null

Open isaacongoma opened this issue 5 years ago • 1 comments

image Hi am currently running into this error after successfully installing the package.

isaacongoma avatar Nov 13 '20 21:11 isaacongoma

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.

danilopolani avatar Jan 12 '21 10:01 danilopolani