Skip to content

Commit 08eb422

Browse files
committed
1 parent 403c448 commit 08eb422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Composers/SidebarViewComposer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function compose(View $view)
1717
$item->route('admin.places.index');
1818
$item->append('admin.places.create');
1919
$item->authorize(
20-
$this->user->hasAccess('places.index')
20+
$this->auth->hasAccess('places.index')
2121
);
2222
});
2323
});

0 commit comments

Comments
 (0)