Skip to content

Commit

Permalink
Merge pull request #19 from billmn/master
Browse files Browse the repository at this point in the history
Fixed bug on method visibility
  • Loading branch information
nicolaslopezj committed Nov 19, 2014
2 parents 295e830 + 645fd4c commit 7cc0a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SearchableTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protected function getColumns()
*
* @return array
*/
protected function getTableColumns()
public function getTableColumns()
{
return $this->searchable['table_columns'];
}
Expand Down

0 comments on commit 7cc0a9e

Please sign in to comment.