<?php
declare(strict_types=1);
namespace App\Bundles\PropertyBundle;
use App\Bundles\PropertyBundle\DBAL\PropertyClassType;
use App\Bundles\PropertyBundle\DBAL\PropertySubType;
use App\Platform\Bundle\PlatformBundle;
class PropertyBundle extends PlatformBundle
{
}