$this->id, 'name' => $this->name, 'description' => $this->description, 'group' => explode(',', $this->group), 'version' => $this->version, ]; } }