Skip to content

Commit

Permalink
Merge pull request #1554 from ConductionNL/feature/default-patch-scope
Browse files Browse the repository at this point in the history
Make sure the default admin user always has the PATCH admin scope
  • Loading branch information
WilcoLouwerse authored Sep 22, 2023
2 parents 32bb122 + c70ebd5 commit 93448b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/Command/InitializationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
'group.admin',
'admin.GET',
'admin.POST',
'admin.PATCH',
'admin.PUT',
'admin.DELETE',
]
Expand Down

0 comments on commit 93448b1

Please sign in to comment.