*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'server_id' => $this->server_id, 'command' => $this->command, 'user' => $this->user, 'frequency' => $this->frequency, 'status' => $this->status, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }