App\Auth\EloquentClientResolver::resolveById PHP Method

resolveById() public method

public resolveById ( $id )
    public function resolveById($id)
    {
        return $this->model->where('id', $id)->firstOrFail();
    }
EloquentClientResolver