We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f9fcc commit 9cedcc2Copy full SHA for 9cedcc2
tests/_support/Models/UserModel.php
@@ -30,7 +30,4 @@ class UserModel extends Model
30
protected $returnType = 'object';
31
protected $useSoftDeletes = true;
32
protected $dateFormat = 'datetime';
33
- public $name = '';
34
- public $email = '';
35
- public $country = '';
36
}
0 commit comments