The method getDojoStatistics() does not exist on Illuminate\Contracts\Auth\Authenticatable. It seems like you code against a sub-type of said class. However, the method does not exist in Illuminate\Auth\GenericUser. Are you sure you never get one of those?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
The expression return view('dojo.index'..., 'status' => $status)) returns the type Illuminate\View\View which is incompatible with the documented return type App\Http\Controllers\Response.