Skip to content

Commit

Permalink
remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed May 16, 2023
1 parent a572f73 commit d257507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/backend/formwidgets/RelationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ class RelationManager extends FormWidgetBase

/**
* @var bool Disables the ability to add, update, delete or create relations.
*/
*/
protected $readOnly;

/**
* @var string path to controller action to open a record.
*/
*/
protected $recordUrl;

/**
* @var string custom JavaScript code to execute when clicking on a record.
*/
*/
protected $recordOnClick;

public function init(): void
Expand Down

0 comments on commit d257507

Please sign in to comment.