Skip to content

Commit

Permalink
Add onTimeZone to passthru.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jun 12, 2019
1 parent cbe651b commit 0dd80db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Query
* @var array
*/
protected $passthru = [
'includes', 'excludes', 'with', 'forPage', 'take',
'onTimeZone', 'includes', 'excludes', 'with', 'forPage', 'take',
];

/**
Expand Down

0 comments on commit 0dd80db

Please sign in to comment.