Skip to content

Commit

Permalink
Fixed bug on method visibility
Browse files Browse the repository at this point in the history
Exception:
Access level to Nicolaslopezj\Searchable\SearchableTrait::getTableColumns() must be public
  • Loading branch information
Davide Bellini committed Nov 19, 2014
1 parent 295e830 commit 645fd4c
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 645fd4c

Please sign in to comment.