Skip to content

Commit

Permalink
changed from private to protected table property
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGGOUNE-Walid committed May 28, 2022
1 parent eeb8059 commit 00485b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base/Storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class Storage extends StorageIterator implements StorageInterface {

private Table|null $table = null;
protected Table|null $table = null;

public function __construct() {
if ($this->table === null) {
Expand Down

0 comments on commit 00485b1

Please sign in to comment.