refactor: move PHP source into src/ directory
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f7acba7c93
commit
fb0f9c384b
8 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ services:
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
|
|
||||||
KimaiPlugin\KimaiHeatmapBundle\:
|
KimaiPlugin\KimaiHeatmapBundle\:
|
||||||
resource: '../../{Controller,Service,Widget,EventSubscriber}/'
|
resource: '../../src/{Controller,Service,Widget,EventSubscriber}/'
|
||||||
|
|
||||||
KimaiPlugin\KimaiHeatmapBundle\KimaiHeatmapBundle:
|
KimaiPlugin\KimaiHeatmapBundle\KimaiHeatmapBundle:
|
||||||
tags: ['App\Plugin\PluginInterface']
|
tags: ['App\Plugin\PluginInterface']
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"KimaiPlugin\\KimaiHeatmapBundle\\": ""
|
"KimaiPlugin\\KimaiHeatmapBundle\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue