Skip to content

Commit

Permalink
Merge pull request #256 from bowphp/fix-database-method
Browse files Browse the repository at this point in the history
Update Database.php
  • Loading branch information
papac authored Sep 17, 2023
2 parents b397ce4 + 1277b52 commit f292c0a
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 f292c0a

Please sign in to comment.