Skip to content

Commit cdc6d99

Browse files
committed
wip
1 parent b6a7511 commit cdc6d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Database/Builder/IsDatabaseModelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,8 @@ public function test_nullable_relations(): void
622622
{
623623
$this->migrate(
624624
CreateMigrationsTable::class,
625-
CreateANullableTable::class,
626625
CreateBNullableTable::class,
626+
CreateANullableTable::class,
627627
);
628628

629629
$a = ANullableModel::create();

0 commit comments

Comments
 (0)