We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403c448 commit 08eb422Copy full SHA for 08eb422
src/Composers/SidebarViewComposer.php
@@ -17,7 +17,7 @@ public function compose(View $view)
17
$item->route('admin.places.index');
18
$item->append('admin.places.create');
19
$item->authorize(
20
- $this->user->hasAccess('places.index')
+ $this->auth->hasAccess('places.index')
21
);
22
});
23
0 commit comments