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 b675571 commit 9aa68f8Copy full SHA for 9aa68f8
src/Console/stubs/repository.model.stub
@@ -21,7 +21,7 @@ class DummyClass extends Repository {
21
* @return void
22
*/
23
public function __construct(DummyModelClass $DummyModelVariable) {
24
- $ths->DummyModelVariable = $DummyModelVariable;
+ $this->DummyModelVariable = $DummyModelVariable;
25
}
26
27
/**
0 commit comments