8000 fix table · laravel/framework@2346c93 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2346c93

Browse files
committed
fix table
1 parent 000123c commit 2346c93

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
@@ -14,7 +14,7 @@ class ModelInfoExtractorTest extends DatabaseTestCase
1414
{
1515
protected function afterRefreshingDatabase()
1616
{
17-
Schema::create('parent_test_model', function (Blueprint $table) {
17+
Schema::create('parent_test_models', function (Blueprint $table) {
1818
$table->id();
1919
});
2020
Schema::create('model_info_extractor_test_model', function (Blueprint $table) {

0 commit comments

Comments
 (0)
0