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 5d077c6 commit be4a1f5Copy full SHA for be4a1f5
src/stubs/setFunction.stub
@@ -4,6 +4,6 @@
4
* @return $this
5
*/
6
public function {{ function }}($value) {
7
- $this->attributes["{{ attribute }}"] = $value;
+ $this->{{ attribute }} = $value;
8
return $this;
9
}
0 commit comments