[ "required", Rule::unique("technologies", "name")->ignore($this->technology), "max:255", ], ]; } public function data(): array { return [ "name" => $this->get("name"), ]; } }