guards = $guards; } /** * Get the guards that were checked. * * @return array */ public function guards() { return $this->guards; } }