Skip to content

Commit

Permalink
Merge pull request #43 from mishbah/typoOnLayoutComposer
Browse files Browse the repository at this point in the history
Typo on LayoutComposer.php
  • Loading branch information
gravitano committed Jul 13, 2015
2 parents 04d3a74 + 943f31e commit 17f0660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pingpong/Admin/Composers/LayoutComposer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class LayoutComposer
{
public function compose($view)
{
$layout = config('admin.view.layout', 'admin::layouts.master');
$layout = config('admin.views.layout', 'admin::layouts.master');

$view->with(compact('layout'));
}
Expand Down

0 comments on commit 17f0660

Please sign in to comment.