add and remove entity relations

This commit is contained in:
2024-11-21 11:47:13 +03:00
parent 65b332811f
commit 860ea1a82d
4 changed files with 19 additions and 16 deletions

View File

@ -32,7 +32,6 @@ $info_to_table['data'] = $modules_info;
$table = new \Itguild\Tables\ListJsonTable(json_encode($info_to_table, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE));
$table->addAction(function ($row, $url) use ($moduleService) {
$slug = $row['slug'];
if ($moduleService->isActive($slug)) {