Skip to content

Commit

Permalink
Removed self return type from Transaction to ensure static sub-type i…
Browse files Browse the repository at this point in the history
…s returned.
  • Loading branch information
Nick Bedford committed May 19, 2022
1 parent 2c8220b commit fe22aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transaction.php
Expand Up @@ -95,7 +95,7 @@ protected function afterTransaction() { }
* @throws Throwable
* @return static
*/
public function execute(): self
public function execute()
{
try
{
Expand Down

0 comments on commit fe22aa6

Please sign in to comment.