Skip to content

Commit

Permalink
No need to set twice. (#17215)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot authored and taylorotwell committed Jan 9, 2017
1 parent 1d2861b commit 9dc04f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion QueryException.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public function __construct($sql, array $bindings, $previous)

$this->sql = $sql;
$this->bindings = $bindings;
$this->previous = $previous;
$this->code = $previous->getCode();
$this->message = $this->formatMessage($sql, $bindings, $previous);

Expand Down

0 comments on commit 9dc04f2

Please sign in to comment.