where("guard_name", $guard); } public function getAuthNodeTagsArrayAttribute($value) { if (!empty($this->attributes['auth_node_tags'])) { return explode(',', $this->attributes['auth_node_tags']); } return []; } }