Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 13, 2016
1 parent db69be0 commit 969e1fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Illuminate/Database/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ public function rollBack($toLevel = null)
}

if ($toLevel < 0 || $toLevel >= $this->transactions) {
// Ignore
return;
}

Expand Down

0 comments on commit 969e1fc

Please sign in to comment.