Skip to content

Commit

Permalink
Update columnsortable.php
Browse files Browse the repository at this point in the history
Laravel uses `join` instead of `innerJoin`
  • Loading branch information
Kyslik authored Aug 31, 2017
1 parent 866f8b8 commit 0eec914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/columnsortable.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
'default_direction_unsorted' => 'asc',

/*
join type: innerJoin vs leftJoin (default leftJoin)
join type: join vs leftJoin (default leftJoin)
for more information see https://github.com/Kyslik/column-sortable/issues/59
*/
'join_type' => 'leftJoin',
Expand Down

0 comments on commit 0eec914

Please sign in to comment.