Skip to content

Commit

Permalink
Merge branch '5.x' into fix-helper-method
Browse files Browse the repository at this point in the history
  • Loading branch information
papac authored Sep 17, 2023
2 parents c452a07 + f292c0a commit 28daa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ public static function rollback(): void
* Starting the start of a transaction wrapper on top of the callback
*
* @param callable $callback
* @return void
* @return mixed
*/
public static function transaction(callable $callback): mixed
{
Expand Down

0 comments on commit 28daa98

Please sign in to comment.