Skip to content

Commit 6598de9

Browse files
committed
docs: remove dynamic property injection from sample code
We do no recommend.
1 parent 24f67ea commit 6598de9

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)