Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
fixed override option
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jan 4, 2017
1 parent d5c479e commit 1ab411c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/Payload.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct(array $options = [])
*/
public function override($override = true)
{
$this->override = true;
$this->override = $override;

return $this;
}
Expand Down

0 comments on commit 1ab411c

Please sign in to comment.