Skip to content

Commit 020e9a7

Browse files
authored
Merge pull request #6199 from kenjis/fix-docs-Registrars-dynamic-property
docs: remove dynamic property injection sample code
2 parents 24f67ea + 6598de9 commit 020e9a7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

user_guide_src/source/general/configuration/010.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ public static function MySalesConfig()
88
{
99
return [
1010
'target' => 45,
11-
'actual' => 72,
1211
];
1312
}
1413
}

user_guide_src/source/general/configuration/011.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22

33
$target = 45;
44
$campaign = 'Winter Wonderland';
5-
$actual = 72;

0 commit comments

Comments
 (0)