Skip to content

Commit

Permalink
refs Suggestions enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Jun 25, 2018
1 parent d23b3b3 commit 1a53520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/ViewComposerServiceProvider.php
Expand Up @@ -21,7 +21,7 @@ public function boot()

// Suggestions
View::composer(
['partials.admin.header'], 'App\Http\ViewComposers\Suggestions'
['partials.admin.content'], 'App\Http\ViewComposers\Suggestions'
);

// Add company info to menu
Expand Down

0 comments on commit 1a53520

Please sign in to comment.