Skip to content

Commit 801366d

Browse files
committed
Merge branch 'develop'
2 parents 45a9492 + 9aa68f8 commit 801366d

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)