We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f815fd4 commit 6a133f4Copy full SHA for 6a133f4
tests/system/Models/SaveModelTest.php
@@ -291,7 +291,6 @@ public function testSaveNewEntityWithDate(): void
291
protected $returnType = 'object';
292
protected $useSoftDeletes = true;
293
protected $dateFormat = 'date';
294
- public string $name = '';
295
};
296
297
$entity->name = 'Mark';
@@ -370,7 +369,6 @@ public function testUseAutoIncrementSetToFalseSaveObject(): void
370
369
public function testSaveNewEntityWithMappedPrimaryKey(): void
371
{
372
$entity = new class () extends Entity {
373
- protected string $name;
374
protected $attributes = [
375
'id' => null,
376
'name' => null,
0 commit comments