RamyHakam/multi_tenancy_bundle

Config default not changed

Closed this issue · 1 comments

These configs are not changed

  • tenant_migration_namespace
  • tenant_entity_manager.mapping.prefix

Here's my config:

hakam_multi_tenancy:
  ...

  tenant_migration:
    tenant_migration_namespace: TenantMigrations
    tenant_migration_path: '%kernel.project_dir%/migrations/Tenant'
  tenant_entity_manager:
    mapping:
      type:   annotation
      dir:   '%kernel.project_dir%/src/Entity/Tenant'
      prefix: App\Entity\Tenant
      alias:   Tenant

When doing bin/console debug:config doctrine:

image

Thanks for catching up this issue