<?php
declare(strict_types=1);
namespace App\Bundles\BuildingPermitBundle;
use App\Platform\Bundle\PlatformBundle;
class BuildingPermitBundle extends PlatformBundle
{
public function boot(): void
}