Skip to content

Commit

Permalink
make function private
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Dec 9, 2024
1 parent 3b2ef2d commit cd7863a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ public function test_get_drafts_by_type_and_between_months_old(): void
);
}

public static function setUpDatabaseForGetDraftsByTypeAndBetweenMonthsOld(): void
private static function setUpDatabaseForGetDraftsByTypeAndBetweenMonthsOld(): void
{
$wrongTypeId = Uuid::uuid4()->toString();
DB::table('integrations')->insert([
Expand Down

0 comments on commit cd7863a

Please sign in to comment.