mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-01 08:44:48 +02:00
Use permissions presets as initial settings for group permissions during migration
This commit is contained in:
parent
eaef115d4b
commit
29bce6f19f
2 changed files with 66 additions and 18 deletions
|
@ -225,3 +225,7 @@ services:
|
|||
App\Doctrine\Purger\ResetAutoIncrementPurgerFactory:
|
||||
tags:
|
||||
- { name: 'doctrine.fixtures.purger_factory', alias: 'reset_autoincrement_purger' }
|
||||
|
||||
# We are needing this service inside of a migration, where only the container is injected. So we need to define it as public, to access it from the container.
|
||||
App\Services\UserSystem\PermissionPresetsHelper:
|
||||
public: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue