'required', ]); } /** * Get the needed authorization credentials from the request. * * @return array * @throws \Illuminate\Contracts\Container\BindingResolutionException */ public function getCredentials() { $credentials = parent::getCredentials(); unset($credentials['password']); return $credentials; } }