Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit 826cd76

Browse files
committed
removed getter as property became public
1 parent 77f278b commit 826cd76

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Exceptions/QueryException.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,4 @@ public function __construct(
1515
) {
1616
parent::__construct($message, $code, $previous);
1717
}
18-
19-
public function getQuery(): QueryInterface
20-
{
21-
return $this->query;
22-
}
2318
}

0 commit comments

Comments
 (0)