Skip to content

Commit

Permalink
Merge branch 'master' of github.com:acacha/adminlte-laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
acacha committed Mar 15, 2018
2 parents aa0815f + 437a8cd commit 6874299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/menu.php
Expand Up @@ -18,7 +18,7 @@
});
Menu::macro('adminlteMenu', function () {
return Menu::new()
->addClass('sidebar-menu')->setAttribute('data-widget','tree');
->addClass('sidebar-menu')->setAttribute('data-widget', 'tree');
});
Menu::macro('adminlteSeparator', function ($title) {
return Html::raw($title)->addParentClass('header');
Expand Down

0 comments on commit 6874299

Please sign in to comment.