Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/11/issue-54401' into 11/issue-…
Browse files Browse the repository at this point in the history
…54401
  • Loading branch information
crynobone committed Jan 31, 2025
2 parents a2504e0 + 623d905 commit 8d56e60
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected function afterRefreshingDatabase()
DB::table('integrations')->insert([
'owner_type' => EloquentPolymorphicWithStringMorphTypeTestUser::class,
'owner_id' => $user->id,
'provider' => 'dummy_provider'
'provider' => 'dummy_provider',
]);
}

Expand Down Expand Up @@ -109,4 +109,3 @@ public function owner()
return $this->morphTo('owner');
}
}

0 comments on commit 8d56e60

Please sign in to comment.