Skip to content

Commit

Permalink
Add Craft Teams support for permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 29, 2024
1 parent f4098ea commit 5e2211b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function init(): void
$this->_registerResaveCommand();
}

if (Craft::$app->getEdition() === Craft::Pro) {
if (Craft::$app->getEdition() !== Craft::Solo) {
$this->_registerPermissions();
}
}
Expand Down

0 comments on commit 5e2211b

Please sign in to comment.