Skip to content

Commit

Permalink
Merge pull request #6199 from kenjis/fix-docs-Registrars-dynamic-prop…
Browse files Browse the repository at this point in the history
…erty

docs: remove dynamic property injection sample code
  • Loading branch information
kenjis authored Jun 29, 2022
2 parents 24f67ea + 6598de9 commit 020e9a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion user_guide_src/source/general/configuration/010.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ public static function MySalesConfig()
{
return [
'target' => 45,
'actual' => 72,
];
}
}
1 change: 0 additions & 1 deletion user_guide_src/source/general/configuration/011.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

$target = 45;
$campaign = 'Winter Wonderland';
$actual = 72;

0 comments on commit 020e9a7

Please sign in to comment.