Skip to content

Commit

Permalink
Merge pull request #10 from routegroup/5.4
Browse files Browse the repository at this point in the history
getConnection for ModelFactory
  • Loading branch information
jarektkaczyk authored May 27, 2017
2 parents 21cca1e + 3d51f94 commit 1791d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Builder extends EloquentBuilder
*/
protected $passthru = array(
'toSql', 'lists', 'insert', 'insertGetId', 'pluck', 'value', 'count', 'raw',
'min', 'max', 'avg', 'sum', 'exists', 'getBindings', 'aggregate',
'min', 'max', 'avg', 'sum', 'exists', 'getBindings', 'aggregate', 'getConnection'
);

/*
Expand Down

0 comments on commit 1791d00

Please sign in to comment.