Skip to content

Commit

Permalink
Apply fixes from StyleCI (#34767)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Oct 9, 2020
1 parent ecddec0 commit ff7007a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/Database/Connection.php
Expand Up @@ -383,7 +383,8 @@ public function cursor($query, $bindings = [], $useReadPdo = true)
* @return \PDOStatement
*/
protected function prepared(PDOStatement $statement)
{dump('test', $statement);
{
dump('test', $statement);
$statement->setFetchMode($this->fetchMode);

$this->event(new StatementPrepared(
Expand Down

0 comments on commit ff7007a

Please sign in to comment.