Skip to content

Commit 9cedcc2

Browse files
committed
remove unused public properties from UserModel
1 parent 99f9fcc commit 9cedcc2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/_support/Models/UserModel.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,4 @@ class UserModel extends Model
3030
protected $returnType = 'object';
3131
protected $useSoftDeletes = true;
3232
protected $dateFormat = 'datetime';
33-
public $name = '';
34-
public $email = '';
35-
public $country = '';
3633
}

0 commit comments

Comments
 (0)