Skip to content

Commit

Permalink
questocat#15 fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvx committed Sep 26, 2020
1 parent 4258aca commit 424f29e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions database/migrations/add_referral_to_users_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ public function up()
});

DB::commit();
}
catch (\Throwable $e) {
} catch (\Throwable $e) {
DB::rollBack();
throw $e;
}
Expand Down

0 comments on commit 424f29e

Please sign in to comment.