Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed May 24, 2015
1 parent d5b17ce commit 3f727c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composers/SidebarViewComposer.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function compose(View $view)
$item->route('admin.partners.index');
$item->append('admin.partners.create');
$item->authorize(
$this->user->hasAccess('partners.index')
$this->auth->hasAccess('partners.index')
);
});
});
Expand Down

0 comments on commit 3f727c4

Please sign in to comment.