We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a3694 commit 636aef0Copy full SHA for 636aef0
tests/Integration/Database/ModelWithDtoTest.php
@@ -25,7 +25,7 @@ public function test_dto_is_skipped_as_relation(): void
25
$migration = new class implements DatabaseMigration {
26
public string $name = '000_model_with_dto';
27
28
- public function up(): ?QueryStatement
+ public function up(): QueryStatement
29
{
30
return CreateTableStatement::forModel(ModelWithSerializedDto::class)
31
->primary()
0 commit comments