src/Cms/TenantBundle/CmsTenantBundle.php line 13

Open in your IDE?
  1. <?php
  2. namespace Cms\TenantBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5.  * Base class for our bundle.
  6.  *
  7.  * Class CmsTenantBundle
  8.  * @package Cms\TenantBundle
  9.  */
  10. final class CmsTenantBundle extends Bundle
  11. {
  12. }