Skip to content

Commit

Permalink
Merge pull request #251 from tienvx/fix-wrong-property
Browse files Browse the repository at this point in the history
Fix wrong property
  • Loading branch information
tienvx committed May 11, 2019
2 parents 5f1ccc0 + 249ccff commit 48bb11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Subject/AbstractSubject.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function isTestingModel()
*/
public function setTestingSubject(bool $testingSubject = false)
{
$this->testingModel = $testingSubject;
$this->testingSubject = $testingSubject;
}

/**
Expand Down

0 comments on commit 48bb11b

Please sign in to comment.