*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'username' => $this->username, 'email' => $this->email, 'email_verified_at' => $this->email_verified_at, 'type' => $this->type, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }