Any thoughts on how we can prevent all users apart from developers from creating additional teams.
I have noAdditionalTeams() in my SparkServiceProvider, but I do want my Developers to be able to create teams and enrol users on there. Not sure how I can do this without either amending the UI (which is more than possible) so that users can't get to the create team page, or actually changing the Spark code, which I don't want to do.