Skip to content

Commit

Permalink
Fix php code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
pdipatrizio committed Feb 27, 2024
1 parent 1551019 commit 574ba52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CP/Navigation/CoreNav.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected function makeContentSection()
->children(function () {
return CollectionAPI::all()->sortBy->title()
->filter(function ($collection) {
return User::current()->can('configure collections')
return User::current()->can('configure collections')
|| $collection->sites()->contains(Site::selected()->handle());
})
->map(function ($collection) {
Expand Down

0 comments on commit 574ba52

Please sign in to comment.