RamyHakam / multi_tenancy_bundle

Symfony 5 /6 bundle to support multi-tenants
MIT License
81 stars 24 forks source link

Config default not changed #4

Closed jbalatero closed 1 year ago

jbalatero commented 2 years ago

These configs are not changed

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

RamyHakam commented 1 year ago

Thanks for catching up this issue