Skip to content

Commit

Permalink
Push 7th argument to new line
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgaal committed Feb 28, 2019
1 parent edd383b commit ed91b7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/Auth/Access/Gate.php
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,8 @@ public function forUser($user)

return new static(
$this->container, $callback, $this->abilities,
$this->policies, $this->beforeCallbacks, $this->afterCallbacks, $this->guessPolicyNamesUsingCallback
$this->policies, $this->beforeCallbacks, $this->afterCallbacks,
$this->guessPolicyNamesUsingCallback
);
}

Expand Down

0 comments on commit ed91b7d

Please sign in to comment.