Timestamp comments automatically

This commit is contained in:
2024-07-28 01:06:39 -04:00
parent 408cc0d88a
commit e3bffbc418
2 changed files with 7 additions and 2 deletions

View File

@@ -56,8 +56,6 @@ class CommentCrudController extends AbstractCrudController
]);
if(Crud::PAGE_EDIT === $pageName) {
yield $createdAt->setFormTypeOption('disabled', true);
} else {
yield $createdAt;
}
}
}