Skip to content
This repository was archived by the owner on Dec 31, 2021. It is now read-only.

Commit e3cb6bd

Browse files
committed
Fix Laravel 8 support
1 parent 8110f33 commit e3cb6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transactions/TransactionManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function createDbDriver()
3232
);
3333
}
3434

35-
protected function getContainer()
35+
public function getContainer()
3636
{
3737
if (isset($this->container)) {
3838
return $this->container;

0 commit comments

Comments
 (0)