Skip to content

Commit

Permalink
Update ParserRequest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rlacerda83 committed Aug 29, 2015
1 parent 376fb6b commit 2a66c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ParserRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 52,7 @@ public function __construct(Request $request, $model)
{
$this->request = $request;
$this->model = $model;
$this->queryBuilder = DB::table($model->getTable());
$this->queryBuilder = $model->newQuery();

$this->setColumnsNames();
}
Expand Down

0 comments on commit 2a66c78

Please sign in to comment.