Skip to content

Commit 74fe1a8

Browse files
authored
Merge pull request #361 from BallisticPain/2.1
Fixed function name to match what was intended by the example.
2 parents ded58e5 + 645e29c commit 74fe1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class Product // The class name will be used to name exposed resources
106106
$this->offers->add($offer);
107107
}
108108

109-
public function removeGreeting(Offer $offer): void
109+
public function removeOffer(Offer $offer): void
110110
{
111111
$offer->product = null;
112112
$this->offers->removeElement($offer);

0 commit comments

Comments
 (0)