Skip to content

Commit 9aa68f8

Browse files
committed
Fix repository.model.stub, change the $ths key to $this
1 parent b675571 commit 9aa68f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/stubs/repository.model.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class DummyClass extends Repository {
2121
* @return void
2222
*/
2323
public function __construct(DummyModelClass $DummyModelVariable) {
24-
$ths->DummyModelVariable = $DummyModelVariable;
24+
$this->DummyModelVariable = $DummyModelVariable;
2525
}
2626

2727
/**

0 commit comments

Comments
 (0)