We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f3e60 commit 709bd53Copy full SHA for 709bd53
README.md
@@ -53,10 +53,10 @@ class PostController
53
# dump input
54
dd($input);
55
56
- # set data input and store
+ # set entity data and store
57
$post = (new Post())
58
- ->setTitle($input->getTitle()
59
- ->setContent($input->getTitle()
+ ->setTitle($input->getTitle())
+ ->setContent($input->getTitle())
60
->setTags($input->getTags())
61
->setName($input->getName())
62
;
0 commit comments