/**
  * @return \Illuminate\Contracts\Auth\Guard
  */
 protected function getGuard()
 {
     return \Auth::guard($this->getGuardName());
 }