'license', 'id' => $this->id, 'attributes' => [ 'name' => $this->name, 'link' => $this->link, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ], ]; } }