kimai-plugin-heatmap/KimaiHeatmapBundle.php
Christopher Mühl 0ae4434d09
feat: add minimal plugin scaffold
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 11:14:09 +02:00

10 lines
202 B
PHP

<?php
namespace KimaiPlugin\KimaiHeatmapBundle;
use App\Plugin\PluginInterface;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class KimaiHeatmapBundle extends Bundle implements PluginInterface
{
}