File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919readonly class TagManagerListener
2020{
21- public function __construct (private ManagerRegistry $ registry ) {
21+ public function __construct (private ManagerRegistry $ registry )
22+ {
2223 }
2324
2425 public function onLoadDataContainer (string $ table ): void
Original file line number Diff line number Diff line change 66
77use Codefog \TagsBundle \Manager \ManagerInterface ;
88use Codefog \TagsBundle \Tag ;
9- use Contao \BackendTemplate ;
109use Contao \StringUtil ;
1110use Contao \System ;
1211use Contao \Widget ;
@@ -81,7 +80,7 @@ public function generate()
8180 'id ' => $ this ->strId ,
8281 'name ' => $ this ->strName ,
8382 'css_class ' => $ this ->strClass ,
84- 'hide_list ' => (bool )$ this ->hideList ,
83+ 'hide_list ' => (bool ) $ this ->hideList ,
8584 'all_tags ' => $ this ->generateAllTags ($ this ->getAllTags ()),
8685 'js_config ' => $ this ->generateConfig (),
8786 ];
You can’t perform that action at this time.
0 commit comments