Skip to content

Commit e48867b

Browse files
committed
test: remove unused property
1 parent 7813e68 commit e48867b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Authorization/AuthorizableTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@ final class AuthorizableTest extends TestCase
2323

2424
protected $refresh = true;
2525
protected $namespace;
26-
protected UserModel $model;
2726

2827
protected function setUp(): void
2928
{
3029
parent::setUp();
3130

32-
$this->model = new UserModel();
33-
3431
// Refresh should take care of this....
3532
db_connect()->table('auth_groups_users')->truncate();
3633
db_connect()->table('auth_permissions_users')->truncate();

0 commit comments

Comments
 (0)