Skip to content

Commit

Permalink
expose underlying connection
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom committed Jan 14, 2024
1 parent 3ea0f2b commit a15093b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Abstractions/Sources/RethinkDbSource.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Copyright ©2023 Robert Landers
* Copyright ©2024 Robert Landers
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the “Software”), to deal
Expand Down Expand Up @@ -59,9 +59,8 @@ class RethinkDbSource implements Source
{
use PartitionCalculator;


private function __construct(
private readonly Connection $connection,
public readonly Connection $connection,
private readonly Config $config,
private readonly string $partitionTable,
private readonly string $stateTable
Expand Down

0 comments on commit a15093b

Please sign in to comment.