diff --git a/Bundle/CoreBundle/src/Command/IndexEntityCommand.php b/Bundle/CoreBundle/src/Command/IndexEntityCommand.php index 5d9891e..5831704 100644 --- a/Bundle/CoreBundle/src/Command/IndexEntityCommand.php +++ b/Bundle/CoreBundle/src/Command/IndexEntityCommand.php @@ -13,7 +13,6 @@ #[AsCommand('umbrella:index:entity', 'Reindex #[searchable] entity.')] class IndexEntityCommand extends Command { - private ?SymfonyStyle $io = null; private ?string $entityClass = null; diff --git a/Bundle/CoreBundle/src/DataTable/DTO/RowView.php b/Bundle/CoreBundle/src/DataTable/DTO/RowView.php index a80662d..811d39d 100644 --- a/Bundle/CoreBundle/src/DataTable/DTO/RowView.php +++ b/Bundle/CoreBundle/src/DataTable/DTO/RowView.php @@ -15,7 +15,7 @@ class RowView implements \JsonSerializable public function jsonSerialize(): array { $json = $this->data; - //$json['DT_RowId'] = $this->id; + // $json['DT_RowId'] = $this->id; $json['DT_RowClass'] = 'dt-row ' . $this->class; $json['DT_RowAttr'] = $this->attr;