Skip to content

Commit

Permalink
remove $ character not meant to be there; credit @jaxwilco
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed May 16, 2023
1 parent d257507 commit b3c9c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/backend/formwidgets/RelationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ public function init(): void
{
$this->fillFromConfig([
'readOnly',
'$recordUrl',
'$recordOnClick',
'recordUrl',
'recordOnClick',
]);

if (!isset($this->readOnly)) {
Expand Down

0 comments on commit b3c9c68

Please sign in to comment.