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

Commit

Permalink
Fix Laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nikazooz committed May 5, 2021
1 parent 8110f33 commit e3cb6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transactions/TransactionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function createDbDriver()
);
}

protected function getContainer()
public function getContainer()
{
if (isset($this->container)) {
return $this->container;
Expand Down

0 comments on commit e3cb6bd

Please sign in to comment.