10000 fix table · laravel/framework@000123c · GitHub
[go: up one dir, main page]

Skip to content

Commit 000123c

Browse files
committed
fix table
1 parent 31d2cdc commit 000123c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Database/ModelInfoExtractorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ protected function afterRefreshingDatabase()
2222
$table->uuid();
2323
$table->string('name');
2424
$table->boolean('a_bool');
25-
$table->foreignId('parent_model_id')->constrained();
25+
$table->foreignId('parent_test_model_id')->constrained();
2626
$table->timestamp('nullable_date')->nullable();
2727
$table->timestamps();
2828
});

0 commit comments

Comments
 (0)
0