setAuthenticatable method

void setAuthenticatable(
  1. Authenticatable authenticatable
)

Sets the authenticated user from an Authenticatable instance.

Implementation

void setAuthenticatable(Authenticatable authenticatable) {
  setUserAuthenticatable(authenticatable);
}