vmeretail / multi-tenancy-bundle

A multi tenancy bundle for Symfony 2 apps
25 stars 11 forks source link

[Feature] Move parameters to bundle config #18

Open pmartelletti opened 9 years ago

pmartelletti commented 9 years ago

Proably is best to move the parameters to the bundle config.

tahoe_multi_tenancy.user.class: Tahoe\ExampleBundle\Entity\User
tahoe_multi_tenancy.tenant.class: Tahoe\ExampleBundle\Entity\Tenant

Should be easy to move it under Configuration.php class.

StephenGillCoop commented 9 years ago

@pmartelletti Did you do this?