Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 31, 2025
1 parent 4a6cf30 commit 623d905
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' => User::class,
'owner_id' => $user->id,
'provider' => 'dummy_provider'
'provider' => 'dummy_provider',
]);
}

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

0 comments on commit 623d905

Please sign in to comment.