reformat code

This commit is contained in:
O3-Shop
2023-04-10 22:47:06 +02:00
parent 24c4264d87
commit a55512cc6c
96 changed files with 589 additions and 542 deletions

View File

@ -36,7 +36,7 @@ class Table extends AbstractPlugin
public function getToolbarElements(): array
{
return [
'table'
'table',
];
}
}
}