kimai-plugin-heatmap/Resources/config/services.yaml
Christopher Mühl fb0f9c384b
refactor: move PHP source into src/ directory
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 18:27:07 +02:00

10 lines
290 B
YAML

services:
_defaults:
autowire: true
autoconfigure: true
KimaiPlugin\KimaiHeatmapBundle\:
resource: '../../src/{Controller,Service,Widget,EventSubscriber}/'
KimaiPlugin\KimaiHeatmapBundle\KimaiHeatmapBundle:
tags: ['App\Plugin\PluginInterface']