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