src/Bundles/PropertyBundle/PropertyBundle.php line 11

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace App\Bundles\PropertyBundle;
  4. use App\Bundles\PropertyBundle\DBAL\PropertyClassType;
  5. use App\Bundles\PropertyBundle\DBAL\PropertySubType;
  6. use App\Platform\Bundle\PlatformBundle;
  7. class PropertyBundle extends PlatformBundle
  8. {
  9. }