Skip to content

Commit 636aef0

Browse files
committed
wip
1 parent e5a3694 commit 636aef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Database/ModelWithDtoTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function test_dto_is_skipped_as_relation(): void
2525
$migration = new class implements DatabaseMigration {
2626
public string $name = '000_model_with_dto';
2727

28-
public function up(): ?QueryStatement
28+
public function up(): QueryStatement
2929
{
3030
return CreateTableStatement::forModel(ModelWithSerializedDto::class)
3131
->primary()

0 commit comments

Comments
 (0)