Skip to content

Commit

Permalink
Fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhj committed Mar 16, 2022
1 parent 580f092 commit cdcf7fc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ public function __construct(Connection $connection)
}

/**
* @Callback(table="tl_article", target="config.onload")
* @Callback(table="tl_content", target="config.onload")
* @Callback(table="tl_form_field", target="config.onload")
* @Callback(table="tl_article", target="config.onload", priority=-10)
* @Callback(table="tl_content", target="config.onload", priority=-10)
* @Callback(table="tl_form_field", target="config.onload", priority=-10)
*/
public function onLoadContentCallback(DataContainer $dataContainer): void
{
Expand Down

0 comments on commit cdcf7fc

Please sign in to comment.