Skip to content

Commit 6a133f4

Browse files
committed
remove unused properties
1 parent f815fd4 commit 6a133f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/system/Models/SaveModelTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ public function testSaveNewEntityWithDate(): void
291291
protected $returnType = 'object';
292292
protected $useSoftDeletes = true;
293293
protected $dateFormat = 'date';
294-
public string $name = '';
295294
};
296295

297296
$entity->name = 'Mark';
@@ -370,7 +369,6 @@ public function testUseAutoIncrementSetToFalseSaveObject(): void
370369
public function testSaveNewEntityWithMappedPrimaryKey(): void
371370
{
372371
$entity = new class () extends Entity {
373-
protected string $name;
374372
protected $attributes = [
375373
'id' => null,
376374
'name' => null,

0 commit comments

Comments
 (0)