Skip to content

Commit 77b0933

Browse files
committed
fix
1 parent 875c730 commit 77b0933

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/Doctrine/Connection.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
namespace ADT\BackgroundQueue\Doctrine;
44

5+
use ADT\BackgroundQueue\BackgroundQueue;
6+
57
trait Connection
68
{
7-
abstract protected function getBackgroundQueue();
8-
9+
abstract protected function getBackgroundQueue(): BackgroundQueue;
10+
911
protected int $transactionNestingLevel = 0;
1012

1113
public function beginTransaction(): void

0 commit comments

Comments
 (0)