Skip to content

Commit

Permalink
Bugfix issue #12.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyslik committed Jan 16, 2016
1 parent 0ee26c7 commit 11a2f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ColumnSortable/Sortable.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static function link(array $parameters) //Extending Blade; Blade sends ar
$col = $parameters[0];
$title = $parameters[1];

$icon = Config::get('columnsortable');
$icon = Config::get('columnsortable.default_icon_set');

foreach (Config::get('columnsortable.columns') as $key => $value) {
if (in_array($col, $value['rows'])) {
Expand Down

0 comments on commit 11a2f3c

Please sign in to comment.