data = $data; } public static function make($data = []) { return new self($data); } public function toArray() { return $this->data; } }